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
/
main.rs
Age
Commit message (
Expand
)
Author
27 hours
fix: typo in build-essential and add mention that stdlib.slip must be in cwd
master
Joel Kronqvist
2 days
feat: --babysteps for REPL for easier debugging
Joel Kronqvist
8 days
fix: repl erroring "let used as operator" with empty/nil inputs
Joel Kronqvist
9 days
fix: prevented loading non-let expressions as declarations
Joel Kronqvist
9 days
doc: added help message and a reference to it in README.md
Joel Kronqvist
9 days
feat: standard library & loading it by default
Joel Kronqvist
9 days
feat: read binds from files, evaluate expression from file
Joel Kronqvist
2025-08-11
Fixed bug in repl not allowing using variables previously bound in REPL in ne...
Joel Kronqvist
2025-08-10
Implemented aka. Changed Nil:st type to NilType from an empty list.
Joel Kronqvist
2025-08-10
Added let bind history to REPL + other minor refactors in REPL
Joel Kronqvist
2025-08-05
Changed project name
Joel Kronqvist
2025-08-04
Added repl and some documentation. Improved error messages. Removed dead code.
Joel Kronqvist
2025-07-26
Initialized project and added nom as dependency
Joel Kronqvist