| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | basic automated testing | 2025-11-16 | 1 | -24/+0 | |
| | | |||||
| * | implement most of preprocessor | 2025-10-13 | 1 | -1/+1 | |
| | | | | | | | | | - concatenation (##) - builtin macros (__FILE__ etc) - fails in some edge cases, and code needs cleanup - add embedded system include files (stddef.h, stdarg.h for now) - can handle stdio.h now | ||||
| * | c: function-local static vars | 2025-09-12 | 1 | -0/+3 | |
| | | |||||
| * | lex: stringify args in function macros | 2025-09-10 | 1 | -3/+6 | |
| | | |||||
| * | lex: implement basic function-like macro functionality | 2025-09-10 | 1 | -4/+8 | |
| | | |||||
| * | frontend: #ifdef | 2024-04-12 | 1 | -0/+8 | |
| | | |||||
| * | frontend: basic #include | 2024-04-09 | 1 | -0/+6 | |