Initialize Aster project with basic structure, including Cargo configuration, lexer, parser, interpreter, and AST definitions. Add a sample script and README documentation. Implement basic error handling and environment management for variable storage.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
pub mod error;
|
||||
|
||||
pub use error::*;
|
||||
Reference in New Issue
Block a user