index
:
myslip.git
devel
master
A Lisp inspired programming language / interpreter for Aalto course CS-C2170 Modern and emerging programming languages.
Joel Kronqvist
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parse
/
parsetree.rs
Age
Commit message (
Expand
)
Author
2025-08-09
Implemented print as ? -> ()
Joel Kronqvist
2025-08-09
Revert adding of print (its behavior was poorly designed).
Joel Kronqvist
2025-08-06
Added print, raised level on which UnboundGeneric error is returned
Joel Kronqvist
2025-08-06
Added boilerplate and tests for let-binds
Joel Kronqvist
2025-08-05
Added vectors and tests for their evaluation and typing
Joel Kronqvist
2025-08-05
Added boilerplate and tests for booleans, integer comparisons and boolean ope...
Joel Kronqvist
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