about summary refs log tree commit diff
path: root/boot/lex.c
AgeCommit message (Expand)Author
2025-05-21Basic expression parser with operator precedence and associativityMel
2025-05-18Define basic syntax tree (mostly expressions), with simple debug printingMel
2025-03-15Keyword recognition in lexer through CRC32Mel
2025-03-14Bootstrapping lexerMel