aboutsummaryrefslogtreecommitdiff
path: root/module/c (follow)
Commit message (Collapse)AuthorAge
* 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
| | | | Guile cried way to much about me overriding a core identifier.
* 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
|\ | | | | | | Merge branch 'new-object-system' into c-parser
* | 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
| |
* | C parser add unary minus.Hugo Hörnquist2022-07-07
| |
* | C-parser add strings.Hugo Hörnquist2022-07-07
| |
* | C-parser #define without body.Hugo Hörnquist2022-07-07
| |
* | Fix C order of operations.Hugo Hörnquist2022-07-07
| |
* | Major work on c parser.Hugo Hörnquist2022-07-07
|/
* Centralize (almost) all exports to :export in define-module.Hugo Hörnquist2022-06-23
|
* Rewrote define-define-peg-pattern.Hugo Hörnquist2022-06-22
| | | | | | | Rewrote it to use define-syntax instead of define-macro. This should resove the weirdness around environment for eval (now compile). Also rename it to define-peg-pattern*.
* Normalize errors.Hugo Hörnquist2022-03-28
|
* Add missing (ice-9 format) imports.Hugo Hörnquist2022-03-06
|
* Move stuff from calp/util to hnh/util.Hugo Hörnquist2022-01-31
| | | | | This is the first (major) step in splitting the generally useful items into its own library.
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* CPP, rename 'atom?' to 'immediate?'.Hugo Hörnquist2020-08-18
|
* Reordering in (c cpp).Hugo Hörnquist2020-07-24
|
* Remove some unused procedures.Hugo Hörnquist2020-07-24
|
* Cleanup for cpp.Hugo Hörnquist2020-07-20
|
* Split parse-cpp into multiple modules.Hugo Hörnquist2020-07-20