update/extension to lexer, bug fixes to module importing

This commit is contained in:
Mark Thom
2018-04-13 18:44:23 -06:00
parent ed9cca0750
commit ff6e58e987
9 changed files with 654 additions and 111 deletions

View File

@@ -8,6 +8,7 @@ pub mod macros;
pub mod ast;
#[macro_use]
pub mod allocator;
pub mod toplevel;
pub mod arithmetic;
pub mod builtins;
pub mod codegen;