This website requires JavaScript.
Explore
Help
Register
Sign In
haxala1r
/
olisp
Watch
1
Star
0
Fork
0
You've already forked olisp
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b0ded579af6360505222aed88f1769aaecb035da
olisp
/
lib
History
Emin Arslan
b0ded579af
Added builtin special forms, lambda forms and bind-symbol. got rid of bind-function, as it is now unnecessary. it is now possible to create functions!
2025-10-14 21:05:10 +03:00
..
ast.ml
Added builtin special forms, lambda forms and bind-symbol. got rid of bind-function, as it is now unnecessary. it is now possible to create functions!
2025-10-14 21:05:10 +03:00
dune
General style changes, nothing major
2025-10-14 19:01:29 +03:00
eval.ml
Added builtin special forms, lambda forms and bind-symbol. got rid of bind-function, as it is now unnecessary. it is now possible to create functions!
2025-10-14 21:05:10 +03:00
interpreterStdlib.ml
Added builtin special forms, lambda forms and bind-symbol. got rid of bind-function, as it is now unnecessary. it is now possible to create functions!
2025-10-14 21:05:10 +03:00
lexer.mll
General style changes, nothing major
2025-10-14 19:01:29 +03:00
parser.mly
General style changes, nothing major
2025-10-14 19:01:29 +03:00
read.ml
Initial state - basic lexer + parser + interpreter
2025-10-12 21:33:57 +03:00