Skip to content

Commit

Permalink
Update ConcreteSyntax.java
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvas12 authored Nov 26, 2024
1 parent e5bb67d commit c37cdfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/scanner/project/ConcreteSyntax.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ private Statement statement() {
}
else if (token.getValue().equals("{"))
{ // Block
match("{");
token = input.nextToken();
s = statements();
match("}");
Expand Down

0 comments on commit c37cdfe

Please sign in to comment.