summaryrefslogtreecommitdiff
path: root/lex.c
AgeCommit message (Collapse)Author
2026-05-18rewrite preproc for arenasÁkos Kőrösi
2026-05-18add utils.cÁkos Kőrösi
2026-05-12fix bugs in lex/parse, add ugly print utilÁkos Kőrösi
2026-05-12fixesÁkos Kőrösi
2026-05-12mostly finish writing the parser, split its defs into headerÁkos Kőrösi
2026-05-12turn proc sub into a token with a region associatedÁkos Kőrösi
2026-05-12add parsing codes and lexing renamesÁkos Kőrösi
- outline more sketch code for parsing - rename Region
2026-05-12omitted push-on-space logic addedÁkos Kőrösi
2026-05-12wire up a basic test main with the lexingÁkos Kőrösi
2026-05-12build lexing mostlyÁkos Kőrösi
- outline the whole of lexing (maybe) - split it to separate C file - add standin code to main