aboutsummaryrefslogtreecommitdiff
path: root/src/parse/parsetree.rs
AgeCommit message (Collapse)Author
2025-07-30Added tests for tokens_to_astJoel Kronqvist
2025-07-27Implemented tokenize with tests - note it doesn't check syntaxJoel Kronqvist
2025-07-27Implemented parse_tokenJoel Kronqvist
2025-07-27Created parse_token and added tests for itJoel Kronqvist