aboutsummaryrefslogtreecommitdiff
path: root/tests/test/cpp/preprocessor2.scm (unfollow)
Commit message (Collapse)Author
2022-08-18Only parse h-strings where applicable.Hugo Hörnquist
2022-07-23Merge cpp-environment sub-modules into main module.Hugo Hörnquist
The modules where sepparate before to allow multiple objects to share keys for the constructor. This is not needed any more since the introduction of key: to define-type.
2022-07-23General cleanup in preprocessor.Hugo Hörnquist
2022-07-22Handle nested #if trees.Hugo Hörnquist
2022-07-21Major work on parser.Hugo Hörnquist
2022-07-16Cleanup in preprocessor2.Hugo Hörnquist
2022-07-15Fix nested #ifHugo Hörnquist
2022-07-14workHugo Hörnquist
2022-07-13Misc tests.Hugo Hörnquist
2022-07-13Resolve #ifdef, #ifndef, #else, #endif.Hugo Hörnquist
2022-07-13Fix _Pragma, and non-standard pragma directives.Hugo Hörnquist
2022-07-13Ensure #error works.Hugo Hörnquist
2022-07-13workHugo Hörnquist
2022-07-12Resolve # ## #Hugo Hörnquist
2022-07-12workHugo Hörnquist
2022-07-11Remove linear update environment procedures.Hugo Hörnquist
2022-07-11workHugo Hörnquist
2022-07-11Cleanup + fix __LINE__.Hugo Hörnquist
2022-07-11Fix whitespace for rest args.Hugo Hörnquist
2022-07-11Fix most of expand##.Hugo Hörnquist
2022-07-11Rewrite handel-preprocessing-tokens.Hugo Hörnquist
2022-07-10Fix #lineHugo Hörnquist
2022-07-10Resolve recursive macros.Hugo Hörnquist
2022-07-10workHugo Hörnquist
2022-07-07work.Hugo Hörnquist
2022-07-07Major work.Hugo Hörnquist