summaryrefslogtreecommitdiff
path: root/lex.h
AgeCommit message (Collapse)Author
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
2026-05-12work on consolidating typing in lexerÁkos Kőrösi
- define RawLine struct - change function signatures around
2026-05-12work on double-quote lexingÁkos Kőrösi
2026-05-12write some lexing; split code into filesÁkos Kőrösi