Skip to content

Commit

Permalink
All tree walkers done
Browse files Browse the repository at this point in the history
No syntax errors left in the project (atm.).
  • Loading branch information
mike-lischke committed Oct 14, 2024
1 parent 99702f2 commit e46e627
Show file tree
Hide file tree
Showing 7 changed files with 3,260 additions and 3,549 deletions.
2 changes: 1 addition & 1 deletion src/tree-walkers/ATNBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export class ATNBuilder extends TreeParser {

// $ANTLR start "ruleBlock"
// org/antlr/v4/parse/ATNBuilder.g:82:1: ruleBlock[GrammarAST ebnfRoot] returns [IStatePair p] : ^( BLOCK ( ^( OPTIONS ( . )* ) )? (a= alternative )+ ) ;
public ruleBlock(ebnfRoot: GrammarAST): IStatePair | null {
public ruleBlock(ebnfRoot: GrammarAST | null): IStatePair | null {
let p = null;

let BLOCK1 = null;
Expand Down
5,574 changes: 2,703 additions & 2,871 deletions src/tree-walkers/LeftRecursiveRuleWalker.ts

Large diffs are not rendered by default.

Loading

0 comments on commit e46e627

Please sign in to comment.