diff options
Diffstat (limited to 'src/parse/ast/mod.rs')
| -rw-r--r-- | src/parse/ast/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/ast/mod.rs b/src/parse/ast/mod.rs index 257675f..93944b2 100644 --- a/src/parse/ast/mod.rs +++ b/src/parse/ast/mod.rs @@ -4,7 +4,7 @@ use self::statement::Statement; pub mod expression; pub mod statement; -pub mod value; +pub mod nodes; #[derive(Debug)] pub struct Program { |
