aboutsummaryrefslogtreecommitdiff
path: root/module/c/cpp-environment.scm (follow)
Commit message (Collapse)AuthorAge
* Made pprint-environment differentiate between "public" and "private" macros.Hugo Hörnquist2022-08-18
|
* General cleanup around cpp.Hugo Hörnquist2022-08-18
|
* Merge cpp-environment sub-modules into main module.Hugo Hörnquist2022-07-23
| | | | | | 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.
* General cleanup in preprocessor.Hugo Hörnquist2022-07-23
|
* Handle nested #if trees.Hugo Hörnquist2022-07-22
|
* Clearen conditional status predicates.Hugo Hörnquist2022-07-13
|
* s/macro?/cpp-macro?/gHugo Hörnquist2022-07-12
| | | | Guile cried way to much about me overriding a core identifier.
* Remove linear update environment procedures.Hugo Hörnquist2022-07-11
|
* workHugo Hörnquist2022-07-11
|
* Rewrite handel-preprocessing-tokens.Hugo Hörnquist2022-07-11
|
* Resolve recursive macros.Hugo Hörnquist2022-07-10
|
* workHugo Hörnquist2022-07-10
|
* Extend type-clauses with not.Hugo Hörnquist2022-07-09
|
* Merge typecheck macro into c-parser.Hugo Hörnquist2022-07-09
| | | | Merge branch 'new-object-system' into c-parser
* work.Hugo Hörnquist2022-07-07
|
* Major work.Hugo Hörnquist2022-07-07