-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#60 'a or b c' expression now raise an exception
* add check in BooleanAlgebra.parse to raise a Parse when two bare symbols are after each other without any keyword or operation * add optional tracing of what happens when the AST is built with a TRACE_PARSE top level flag to help with AST parsing debugging * add corresponding tests and improve ParseError tests to check for the error_code in tests Signed-off-by: Philippe Ombredanne <[email protected]>
- Loading branch information
1 parent
619b14c
commit 810357b
Showing
2 changed files
with
103 additions
and
12 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
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