summaryrefslogtreecommitdiff
path: root/typeutils.h
AgeCommit message (Collapse)Author
2026-05-18add utils.cÁkos Kőrösi
2026-05-17cleanupsÁkos Kőrösi
- put some definitions in `typeutils.h` - remove superfluous code sections
2026-05-15start porting command executionÁkos Kőrösi
2026-05-13outline state management; change maybe macroÁkos Kőrösi
2026-05-12fix bugs in lex/parse, add ugly print utilÁkos Kőrösi
2026-05-12turn proc sub into a token with a region associatedÁ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-12write some lexing; split code into filesÁkos Kőrösi