aboutsummaryrefslogtreecommitdiff
path: root/src/parse/numbers.c
AgeCommit message (Collapse)Author
2026-01-16Fix everything up real goodBruce Hill
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
nodes and use improved parsing logic from Int/Real
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