aboutsummaryrefslogtreecommitdiffhomepage
path: root/io.c
Commit message (Collapse)AuthorAgeFilesLines
* a little refactoring and cleanup lemon2025-09-151-3/+9
|
* preprocessor: more awful hacks lemon2025-09-111-1/+1
|
* lex: stringify args in function macros lemon2025-09-101-2/+9
|
* lex: implement basic function-like macro functionality lemon2025-09-101-0/+1
|
* fix lemon2024-04-091-1/+1
|
* mem2reg: implement ssa construction; this breaks regalloc right now lemon2023-06-211-2/+2
|
* frontend: separate compiler & lexer lemon2023-06-191-2/+1
|
* add %y symbol printing lemon2023-06-191-0/+12
|
* don't try to compile when debugging IR lemon2023-06-191-1/+6
|
* fix iowrite() lemon2023-06-181-1/+4
|
* codegen skeleton lemon2023-06-061-8/+15
|
* better diagnostics lemon2023-06-041-0/+5
|
* regalloc skeleton lemon2023-05-311-9/+15
|
* improve struct token lemon2023-05-281-6/+10
|
* bool fixes lemon2023-05-281-0/+1
|
* recursive descent -> precedence climbing parser lemon2023-05-271-1/+1
|
* hm lemon2023-05-261-7/+26
|
* initial commit lemon2023-05-101-0/+836