Age | Commit message (Expand) | Author |
---|---|---|
2025-08-04 | Added repl and some documentation. Improved error messages. Removed dead code. | Joel Kronqvist |
2025-07-31 | Added parse_to_ast for public use from other modules | Joel Kronqvist |
2025-07-31 | Implemented tokens_to_ast. On second thought we should've just parsed the cod... | Joel Kronqvist |
2025-07-30 | Added tests for tokens_to_ast | Joel Kronqvist |
2025-07-27 | Implemented tokenize with tests - note it doesn't check syntax | Joel Kronqvist |
2025-07-27 | Implemented parse_token | Joel Kronqvist |
2025-07-27 | Created parse_token and added tests for it | Joel Kronqvist |