Skip to content

Commit

Permalink
Preliminary rewriting of the parser
Browse files Browse the repository at this point in the history
  • Loading branch information
ejrgilbert committed Oct 5, 2024
1 parent da22ccd commit 3594171
Show file tree
Hide file tree
Showing 2 changed files with 1,096 additions and 1,239 deletions.
2 changes: 1 addition & 1 deletion src/parser/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ pub enum Value {
},
}

#[derive(Clone, Debug)]
#[derive(Clone, Debug, Default)]
pub struct Block {
pub stmts: Vec<Statement>,
pub return_ty: Option<DataType>,
Expand Down
Loading

0 comments on commit 3594171

Please sign in to comment.