Skip to content

Commit

Permalink
fix assembler
Browse files Browse the repository at this point in the history
  • Loading branch information
MESYETI committed Nov 17, 2023
1 parent 28b86cd commit 7b600b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/assembler/parser.d
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ class Parser {
}

void Parse() {
success = true;

for (i = 0; i < tokens.length; ++ i) {
Node node;

Expand Down

0 comments on commit 7b600b8

Please sign in to comment.