This is a clone of rust-impl branch of the main Serene repo. This implementation has been abandoned due to technical reason around the LLVM C API and rust integration.
Go to file
Sameer Rahmani 124fd3e267 Move current implementation to the 'bootstrap' directory
Since we're decided to create a Serene interpreter to bootstrap
the self hosted compiler, I moved the current implementation to
bootstrap directory and setup a very basic REPL.
2020-11-01 19:40:07 +00:00
bootstrap Move current implementation to the 'bootstrap' directory 2020-11-01 19:40:07 +00:00
docs/examples Create 'def' special form to define global value ( not functions at the moment ) 2020-09-20 22:22:18 +01:00
.gitignore Fix the compiler ns to have a very basic Compiler struct 2020-09-09 21:21:04 +01:00
.rusty-hook.toml Move current implementation to the 'bootstrap' directory 2020-11-01 19:40:07 +00:00
LICENSE Make Serene GPLv2 compatible 2020-09-09 21:40:31 +01:00
Makefile Move current implementation to the 'bootstrap' directory 2020-11-01 19:40:07 +00:00
dev.org Update dev.org with more resources 2020-10-29 19:34:12 +00:00