aboutsummaryrefslogtreecommitdiffhomepage
path: root/lex.c
Commit message (Expand)AuthorAgeFilesLines
* oopslemon2023-06-191-1/+1
* frontend: rename parser -> lexer and document c.clemon2023-06-191-190/+190
* frontend: separate compiler & lexerlemon2023-06-191-5/+20
* better diagnosticslemon2023-06-041-9/+15
* '!' optimizationslemon2023-05-311-4/+7
* improve struct tokenlemon2023-05-281-85/+128
* cleanuplemon2023-05-281-1/+1
* recursive descent -> precedence climbing parserlemon2023-05-271-5/+5
* hmlemon2023-05-261-65/+448
* initial commitlemon2023-05-101-0/+669