This website requires JavaScript.
Explore
Help
Sign In
haxala1r
/
olisp
Watch
1
Star
0
Fork
0
You've already forked olisp
Code
Issues
1
Pull Requests
Packages
Projects
1
Releases
Wiki
Activity
Files
47ffeb4934133fab3047ff96561b1b06686307df
olisp
/
lib
/
compiler
T
History
haxala1r
df1fad751f
compiler: constants are now put directly inside the program's global table where possible (i.e. whenever the global value would be constant-ish anyway).
2026-05-17 20:05:47 +03:00
..
core_ast.ml
vm and compiler: removed automatic currying, and several other modifications to the language
2026-05-10 17:23:42 +03:00
dune
compiler: make space for compiling into the VM bytecode
2026-04-25 20:44:37 +03:00
emit.ml
compiler: constants are now put directly inside the program's global table where possible (i.e. whenever the global value would be constant-ish anyway).
2026-05-17 20:05:47 +03:00
gensym.ml
Added gensym, and phases in the desugar module for logical and & or
2025-12-28 21:04:45 +03:00
scope_analysis.ml
compiler: constants are now put directly inside the program's global table where possible (i.e. whenever the global value would be constant-ish anyway).
2026-05-17 20:05:47 +03:00
syntactic_ast.ml
vm and compiler: removed automatic currying, and several other modifications to the language
2026-05-10 17:23:42 +03:00
util.ml
util: separated the monadic traverse into a utility module
2026-02-11 23:40:17 +03:00