Integrate const.rs as consts

This commit is contained in:
Alex Bethel 2021-06-12 10:45:25 -05:00
parent 1a8f17339e
commit 083eb01282
2 changed files with 1 additions and 0 deletions

View file

@ -3,6 +3,7 @@
mod ast; mod ast;
mod base_55; mod base_55;
mod brian; mod brian;
mod consts;
mod error; mod error;
mod interpret; mod interpret;
mod lexer; mod lexer;