mirror of
https://github.com/teo3300/rust-mal.git
synced 2026-01-13 01:35:31 +01:00
Implementing new types
- nil symbols - Bool - Vectors - Maps
This commit is contained in:
@ -17,6 +17,7 @@ fn READ(input: &str) -> MalType {
|
||||
#[allow(non_snake_case)]
|
||||
/// Evaluate the generated ast
|
||||
fn EVAL(ast: MalType) -> MalType {
|
||||
println!("{:#?}", ast);
|
||||
ast
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user