Skip to content

Commit

Permalink
label the overall statement parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Nov 24, 2024
1 parent e3337e8 commit 30e7561
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ast/parsing/statement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ where
assign8_const,
store_a_to_const_addr,
load_a_from_const_addr,
));
))
.labelled("statement")
.as_context();

x
})
Expand Down

0 comments on commit 30e7561

Please sign in to comment.