aboutsummaryrefslogtreecommitdiff
path: root/tests/test/cpp/cpp-environment.scm (unfollow)
Commit message (Collapse)Author
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-22Handle nested #if trees.Hugo Hörnquist
2022-07-12s/macro?/cpp-macro?/gHugo Hörnquist
Guile cried way to much about me overriding a core identifier.
2022-07-11Remove linear update environment procedures.Hugo Hörnquist
2022-07-11Cleanup + fix __LINE__.Hugo Hörnquist
2022-07-10Resolve recursive macros.Hugo Hörnquist
2022-07-07work.Hugo Hörnquist