serene-rust-implementation/bootstrap/src
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
..
builtins Move current implementation to the 'bootstrap' directory 2020-11-01 19:40:07 +00:00
types Move current implementation to the 'bootstrap' directory 2020-11-01 19:40:07 +00:00
ast.rs Move current implementation to the 'bootstrap' directory 2020-11-01 19:40:07 +00:00
builtins.rs Move current implementation to the 'bootstrap' directory 2020-11-01 19:40:07 +00:00
cli.yml Move current implementation to the 'bootstrap' directory 2020-11-01 19:40:07 +00:00
compiler.rs Move current implementation to the 'bootstrap' directory 2020-11-01 19:40:07 +00:00
core.rs Move current implementation to the 'bootstrap' directory 2020-11-01 19:40:07 +00:00
errors.rs Move current implementation to the 'bootstrap' directory 2020-11-01 19:40:07 +00:00
main.rs Move current implementation to the 'bootstrap' directory 2020-11-01 19:40:07 +00:00
namespace.rs Move current implementation to the 'bootstrap' directory 2020-11-01 19:40:07 +00:00
reader.rs Move current implementation to the 'bootstrap' directory 2020-11-01 19:40:07 +00:00
repl.rs Move current implementation to the 'bootstrap' directory 2020-11-01 19:40:07 +00:00
runtime.rs Move current implementation to the 'bootstrap' directory 2020-11-01 19:40:07 +00:00
scope.rs Move current implementation to the 'bootstrap' directory 2020-11-01 19:40:07 +00:00
types.rs Move current implementation to the 'bootstrap' directory 2020-11-01 19:40:07 +00:00