-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improve robustness of the GAstVisitor dispatching by runtime error …
…throwing If none of the alternatives match. * Fixes #136 - Rule production note visited. * Removes type assertion in the Visitor Dispatching as the modern typescript compiler can infer those due to the instanceof operator and thus provide better type checking. relates to #135
- Loading branch information
Showing
1 changed file
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters