lispy-like lisp interpreter in Rust
Stars
2
Forks
0
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
22
commits
Update README.md
b4de6e7
feat: add README
4bb4676
feat: create CLI arg consumption and example
b41d40e
feat: create executor
b0acc1d
feat: add runtime_error
eca9df5
chore: fix rustc warnings
d4a74e3
chore: make ExprNode and Parser public
566b802
feat: create parser
44f0b92
chore: change type and order of filename in scanner
68ae2d4
feat: add ERROR variable and print_generic_error()
9392d7e
feat: #[derive()] attributes for ast
950de79
chore: remove unnecessary 'pub's
1295c6e
Merge branch 'trunk' of github.com:dc03/rispy into trunk
7669979
refactor: redo the whole Scanner
fbf7f8c
1204dfa