summaryrefslogtreecommitdiff
path: root/lex.c
AgeCommit message (Collapse)Author
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