| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | implement long double (as double synonym). wchar_t placeholder | 2025-10-15 | 1 | -0/+3 | |
| | | |||||
| * | cleanup lex.c | 2025-10-14 | 1 | -231/+220 | |
| | | |||||
| * | some preprocessor fixes | 2025-10-14 | 1 | -14/+27 | |
| | | |||||
| * | lex: correct wsseparated (maybe?) | 2025-10-13 | 1 | -1/+1 | |
| | | |||||
| * | lex: allow ## in non func macros. and error reporting | 2025-10-13 | 1 | -46/+57 | |
| | | |||||
| * | implement most of preprocessor | 2025-10-13 | 1 | -270/+656 | |
| | | | | | | | | | - 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 | ||||
| * | alloc changes | 2025-09-17 | 1 | -10/+6 | |
| | | |||||
| * | c: function-local static vars | 2025-09-12 | 1 | -1/+1 | |
| | | |||||
| * | pp better diagnostic | 2025-09-11 | 1 | -9/+11 | |
| | | |||||
| * | preprocessor: more awful hacks | 2025-09-11 | 1 | -16/+30 | |
| | | |||||
| * | preprocessor: fix order of expansion wiht macro arguments | 2025-09-11 | 1 | -8/+21 | |
| | | |||||
| * | lex: stringify args in function macros | 2025-09-10 | 1 | -16/+50 | |
| | | |||||
| * | lex: implement basic function-like macro functionality | 2025-09-10 | 1 | -24/+154 | |
| | | |||||
| * | cpp: fix #conditional;s | 2025-09-09 | 1 | -5/+9 | |
| | | |||||
| * | frontend: #ifdef | 2024-04-12 | 1 | -5/+56 | |
| | | |||||
| * | frontend: basic #include | 2024-04-09 | 1 | -5/+100 | |
| | | |||||
| * | lexer: fix scanning of pp directives in some circumstances | 2024-04-09 | 1 | -1/+2 | |
| | | |||||
| * | frontend: add static assert | 2023-06-26 | 1 | -1/+1 | |
| | | |||||
| * | lex: use a circular buffer cache for pre-pre-processed chars | 2023-06-25 | 1 | -53/+64 | |
| | | |||||
| * | oops | 2023-06-19 | 1 | -1/+1 | |
| | | |||||
| * | frontend: rename parser -> lexer and document c.c | 2023-06-19 | 1 | -190/+190 | |
| | | |||||
| * | frontend: separate compiler & lexer | 2023-06-19 | 1 | -5/+20 | |
| | | |||||
| * | better diagnostics | 2023-06-04 | 1 | -9/+15 | |
| | | |||||
| * | '!' optimizations | 2023-05-31 | 1 | -4/+7 | |
| | | |||||
| * | improve struct token | 2023-05-28 | 1 | -85/+128 | |
| | | |||||
| * | cleanup | 2023-05-28 | 1 | -1/+1 | |
| | | |||||
| * | recursive descent -> precedence climbing parser | 2023-05-27 | 1 | -5/+5 | |
| | | |||||
| * | hm | 2023-05-26 | 1 | -65/+448 | |
| | | |||||
| * | initial commit | 2023-05-10 | 1 | -0/+669 | |