aboutsummaryrefslogtreecommitdiff
path: root/src/parse/numbers.c
AgeCommit message (Expand)Author
2026-01-12Overhaul of how parsing and compiling works for reals.Bruce Hill
2026-01-11Refactor some AST logic to keep Ints/Reals as "Integer" and "Number" ASTBruce Hill
2026-01-11Rename AST nodes: Int -> Integer, Num -> NumberBruce Hill
2025-08-25Update file header commentsBruce Hill
2025-08-25Less publicBruce Hill
2025-08-25Split out binopsBruce Hill
2025-08-25Split out number parsingBruce Hill