This website requires JavaScript.
Explore
Help
Sign in
causa-arcana-misc
/
lesson-lisp
Watch
1
Star
0
Fork
You've already forked lesson-lisp
0
Code
Activity
Scheme Lisp implementation in C
interpreter
lisp
scheme
97
commits
1
branch
0
tags
301
KiB
C
73.8%
Scheme
24.6%
Makefile
1.6%
af6458a173
Find a file
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Alex Kotov
af6458a173
Add TODO
2023-05-06 17:40:46 +04:00
lib
funcs "list-tail", "list-ref"
2023-05-06 01:46:27 +04:00
src
Improve tests
2023-05-06 17:37:10 +04:00
.gitignore
Add non-interactive mode & Scheme Lisp tests
2023-05-06 16:54:30 +04:00
Makefile
Add non-interactive mode & Scheme Lisp tests
2023-05-06 16:54:30 +04:00
README.md
Add TODO
2023-05-06 17:40:46 +04:00
test.scm
Improve tests
2023-05-06 17:37:10 +04:00
test.txt
Improve tests
2023-05-06 17:37:10 +04:00
README.md
TODO
Garbage collector
Tail recursion (in C functions too)