aboutsummaryrefslogtreecommitdiff
path: root/module/c (follow)
Commit message (Expand)AuthorAge
* Add more predefined macros mandated by the standard.Hugo Hörnquist2022-08-18
* Made pprint-environment differentiate between "public" and "private" macros.Hugo Hörnquist2022-08-18
* Properly unlex characters.Hugo Hörnquist2022-08-18
* General cleanup around cpp.Hugo Hörnquist2022-08-18
* Only parse h-strings where applicable.Hugo Hörnquist2022-08-18
* Add propper error messaging when pre-processor fails.Hugo Hörnquist2022-08-18
* Merge cpp-environment sub-modules into main module.Hugo Hörnquist2022-07-23
* General cleanup in preprocessor.Hugo Hörnquist2022-07-23
* Handle nested #if trees.Hugo Hörnquist2022-07-22
* Add pre-compiled "headers", ensuring everything compiles again.Hugo Hörnquist2022-07-21
* Remove old unused files.Hugo Hörnquist2022-07-21
* Major work on parser.Hugo Hörnquist2022-07-21
* Actually implement parse-c-number.Hugo Hörnquist2022-07-21
* Major work on to-token.Hugo Hörnquist2022-07-21
* Acknowledge string prefixes.Hugo Hörnquist2022-07-21
* Fixups in lex2Hugo Hörnquist2022-07-20
* Cleanup in preprocessor2.Hugo Hörnquist2022-07-16
* Fix nested #ifHugo Hörnquist2022-07-15
* workHugo Hörnquist2022-07-14
* Add C LALR parser.Hugo Hörnquist2022-07-13
* Basis of token convertion.Hugo Hörnquist2022-07-13
* Comment out typechecks on token stream.Hugo Hörnquist2022-07-13
* Clearen conditional status predicates.Hugo Hörnquist2022-07-13
* Resolve #ifdef, #ifndef, #else, #endif.Hugo Hörnquist2022-07-13
* Fix _Pragma, and non-standard pragma directives.Hugo Hörnquist2022-07-13
* Stringification operator now escapes quotes and backslashes.Hugo Hörnquist2022-07-13
* Add support for "other" in preprocessing-tokens.Hugo Hörnquist2022-07-13
* Ensure #error works.Hugo Hörnquist2022-07-13
* workHugo Hörnquist2022-07-13
* Resolve # ## #Hugo Hörnquist2022-07-12
* s/macro?/cpp-macro?/gHugo Hörnquist2022-07-12
* workHugo Hörnquist2022-07-12
* Remove linear update environment procedures.Hugo Hörnquist2022-07-11
* Remove usage of zipper.Hugo Hörnquist2022-07-11
* workHugo Hörnquist2022-07-11
* Cleanup + fix __LINE__.Hugo Hörnquist2022-07-11
* Fix whitespace for rest args.Hugo Hörnquist2022-07-11
* Fix most of expand##.Hugo Hörnquist2022-07-11
* Rewrite handel-preprocessing-tokens.Hugo Hörnquist2022-07-11
* Fix #lineHugo Hörnquist2022-07-10
* 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
|\
* | work.Hugo Hörnquist2022-07-07
* | Major work.Hugo Hörnquist2022-07-07
* | Add basic c evaluator.Hugo Hörnquist2022-07-07
* | C parser minor cleanup.Hugo Hörnquist2022-07-07
* | Fix escape sequences in chars and strings.Hugo Hörnquist2022-07-07
* | C parser add basic float support.Hugo Hörnquist2022-07-07