| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |