aboutsummaryrefslogtreecommitdiff
path: root/tests/test/cpp/lex2.scm (unfollow)
Commit message (Collapse)Author
2022-08-18Only parse h-strings where applicable.Hugo Hörnquist
2022-08-18Rewrote H-string tests to be what they should.Hugo Hörnquist
H-strings can only appear as part of an #include statement. The previous tests checked how my implementation worked, not how it should have worked.
2022-07-21Acknowledge string prefixes.Hugo Hörnquist
2022-07-20Cleanup in lex2 test.Hugo Hörnquist
2022-07-14workHugo Hörnquist
2022-07-13Add support for "other" in preprocessing-tokens.Hugo Hörnquist
2022-07-10Resolve recursive macros.Hugo Hörnquist
2022-07-07work.Hugo Hörnquist
2022-07-07Major work.Hugo Hörnquist