aboutsummaryrefslogtreecommitdiff
path: root/module (unfollow)
Commit message (Expand)Author
2022-07-21Add read-file.Hugo Hörnquist
2022-07-21Actually implement parse-c-number.Hugo Hörnquist
2022-07-21Major work on to-token.Hugo Hörnquist
2022-07-21Acknowledge string prefixes.Hugo Hörnquist
2022-07-20Fixups in lex2Hugo Hörnquist
2022-07-16Cleanup in preprocessor2.Hugo Hörnquist
2022-07-16Add (hnh util values).Hugo Hörnquist
2022-07-16Add break/all.Hugo Hörnquist
2022-07-15Fix nested #ifHugo Hörnquist
2022-07-14workHugo Hörnquist
2022-07-13Add C LALR parser.Hugo Hörnquist
2022-07-13Basis of token convertion.Hugo Hörnquist
2022-07-13Comment out typechecks on token stream.Hugo Hörnquist
2022-07-13Clearen conditional status predicates.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-13Stringification operator now escapes quotes and backslashes.Hugo Hörnquist
2022-07-13Add support for "other" in preprocessing-tokens.Hugo Hörnquist
2022-07-13Ensure #error works.Hugo Hörnquist
2022-07-13workHugo Hörnquist
2022-07-12Resolve # ## #Hugo Hörnquist
2022-07-12s/macro?/cpp-macro?/gHugo Hörnquist
2022-07-12workHugo Hörnquist
2022-07-11Remove linear update environment procedures.Hugo Hörnquist
2022-07-11Remove usage of zipper.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-10Add of-type? to (hnh util type).Hugo Hörnquist
2022-07-10workHugo Hörnquist
2022-07-09Extend type-clauses with not.Hugo Hörnquist
2022-07-09Move type checking macros to own module.Hugo Hörnquist
2022-07-08Change list-of and pair-of validator to separate macros.Hugo Hörnquist
2022-07-07work.Hugo Hörnquist
2022-07-07Major work.Hugo Hörnquist
2022-07-07Add pair-of to object system.Hugo Hörnquist
2022-07-07Extend object type system to allow list-of.Hugo Hörnquist
2022-07-07Add srfi-64 util.Hugo Hörnquist
2022-07-07Add path-absolute?Hugo Hörnquist
2022-07-07Add basic c evaluator.Hugo Hörnquist
2022-07-07Change date/time interface.Hugo Hörnquist
2022-07-07C parser minor cleanup.Hugo Hörnquist
2022-07-07Fix escape sequences in chars and strings.Hugo Hörnquist
2022-07-07Add lenses.Hugo Hörnquist
2022-07-07C parser add basic float support.Hugo Hörnquist
2022-07-07Add new object system.Hugo Hörnquist