-
Notifications
You must be signed in to change notification settings - Fork 448
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DataFilter parser - remove warnings and avoid crash on syntax error
- Crash on syntax error happened on <leaf> destructor and the cause was tokens declared as <leaf> but not creating a leaf, to avoid this a new <string> type without destructor was added for them. - Warnings indicated semantic value not set for some rules due to the lack of $$ = $1, likely bening, but lets avoid it.
- Loading branch information
1 parent
5a77180
commit fa8eb0b
Showing
1 changed file
with
9 additions
and
5 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