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
main
olisp
/
lib
History
Emin Arslan
fb52fb03b6
Evaluation is now performed properly, mimicking Common Lisp, and basic defun and defmacro definitions are provided (automatically executed on startup)
2025-10-14 22:26:00 +03:00
..
ast.ml
Evaluation is now performed properly, mimicking Common Lisp, and basic defun and defmacro definitions are provided (automatically executed on startup)
2025-10-14 22:26:00 +03:00
dune
General style changes, nothing major
2025-10-14 19:01:29 +03:00
eval.ml
Evaluation is now performed properly, mimicking Common Lisp, and basic defun and defmacro definitions are provided (automatically executed on startup)
2025-10-14 22:26:00 +03:00
interpreterStdlib.ml
Evaluation is now performed properly, mimicking Common Lisp, and basic defun and defmacro definitions are provided (automatically executed on startup)
2025-10-14 22:26:00 +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