Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-08 | scan: Handle EOF in comments, character constants, and string literals | Michael Forney | |
2019-04-04 | Merge headers into cc.h | Michael Forney | |
2019-03-12 | scan: Add support for prefixed string literals and character constants | Michael Forney | |
2019-03-12 | scan: Accept leading `.` in pp-number | Michael Forney | |
2019-02-25 | Use a stack of scanners | Michael Forney | |
This is necessary to implement the #include directive. | |||
2019-02-24 | Remove unused field | Michael Forney | |
2019-02-24 | scan: Handle comments | Michael Forney | |
2019-02-24 | scan: Handle escaped newlines | Michael Forney | |
2019-02-12 | Initial import | Michael Forney | |