This website requires JavaScript.
Explore
Help
Sign In
haxala1r
/
olisp
Watch
1
Star
0
Fork
0
You've already forked olisp
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
Files
c9f02a7cdab3abf66daa87fd0624b99f5124e2ee
olisp
/
lib
History
haxala1r
c9f02a7cda
Revert "Minor changes"
...
This reverts commit
6243ace80b
.
2025-11-06 23:29:38 +03:00
..
ast.ml
Revert "Minor changes"
2025-11-06 23:29:38 +03:00
dune
General style changes, nothing major
2025-10-14 19:01:29 +03:00
env.ml
Reorganized the standard library a little more, moved the initialization code for the standard environment into a function. Making way for more organization changes to come
2025-11-05 23:55:21 +03:00
eval.ml
Reorganized the standard library a little more, moved the initialization code for the standard environment into a function. Making way for more organization changes to come
2025-11-05 23:55:21 +03:00
interpreterStdlib.ml
Added more math operations, generalized and simplified existing math operations, added some list operations for the lisp lists
2025-11-06 23:02:16 +03:00
lexer.mll
Added dot syntax for lists, and proper quote syntax. LQuoted is now unused
2025-10-14 22:24:57 +03:00
parser.mly
Added dot syntax for lists, and proper quote syntax. LQuoted is now unused
2025-10-14 22:24:57 +03:00
read.ml
Initial state - basic lexer + parser + interpreter
2025-10-12 21:33:57 +03:00