| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | backend: compile comparison instrs and branches | 2023-06-19 | 1 | -2/+3 | |
| | | |||||
| * | frontend: disallow non-local decls in for initializer | 2023-06-19 | 1 | -6/+14 | |
| | | |||||
| * | frontend: rename parser -> lexer and document c.c | 2023-06-19 | 1 | -38/+56 | |
| | | |||||
| * | frontend: separate compiler & lexer | 2023-06-19 | 1 | -296/+305 | |
| | | |||||
| * | frontend: add for, break, continue statements | 2023-06-19 | 1 | -74/+199 | |
| | | |||||
| * | ELF output static data | 2023-06-18 | 1 | -1/+1 | |
| | | |||||
| * | less memset | 2023-06-15 | 1 | -1/+0 | |
| | | |||||
| * | simpler handling of large constants in IR | 2023-06-14 | 1 | -1/+2 | |
| | | |||||
| * | rename parse.c -> c.c | 2023-06-13 | 1 | -0/+2626 | |