-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix issue with block tokens up-to-line-end * fix issue with interleaved outer tokens inside block tokens (subgrammars ..) * parser changes to handle interleaved and outer tokens correctly * new block token property "empty" (default true), to enable a block token to be empty or not * better error recovery and error message handling * fix an issue with block tokens not displayed correctly in action errors * generic code matching * generic code folding (more options) * support sub-grammars / sub-parsers multiplexing (e.g html with javascript and css) * various changes and optimisations
- Loading branch information
Nikos M
committed
Apr 13, 2016
1 parent
3f47701
commit 264944e
Showing
16 changed files
with
1,148 additions
and
257 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
Oops, something went wrong.