| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | c: concatenate adjacent string literal tokens | 2025-10-15 | 1 | -1/+4 | |
| | | |||||
| * | lex: allow ## in non func macros. and error reporting | 2025-10-13 | 1 | -1/+8 | |
| | | |||||
| * | implement most of preprocessor | 2025-10-13 | 1 | -1/+13 | |
| | | | | | | | | | - 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 | -2/+3 | |
| | | |||||
| * | lex: stringify args in function macros | 2025-09-10 | 1 | -0/+2 | |
| | | |||||
| * | lex: implement basic function-like macro functionality | 2025-09-10 | 1 | -2/+1 | |
| | | |||||
| * | frontend: #ifdef | 2024-04-12 | 1 | -1/+3 | |
| | | |||||
| * | frontend: basic #include | 2024-04-09 | 1 | -0/+8 | |