[for reference] all work done which is not in original repo#12
Open
GerHobbelt wants to merge 433 commits intozaach:masterfrom
Open
[for reference] all work done which is not in original repo#12GerHobbelt wants to merge 433 commits intozaach:masterfrom
GerHobbelt wants to merge 433 commits intozaach:masterfrom
Conversation
…so discussion at slevithan/xregexp#144); bump build version
…r by also listing the entire line containing the offending character(s).
… showing slightly more context around any failure location in order to aid the user to locate and fix the issue in the source file(s). - bumped build revision
…h to prevent npm3 from attempting to installing the (unused) submodules there
…and hid platform-specific trouble with the regex /u flag (not support in older NodeJS) + fix: use XRegExp in lexer to enable Unicode keyword support on all platforms - replaced `JSON.parse` with `eval` which is safe to use here and supports octal escapes; any eval failures are caught using try/catch and flagged as non-keyword, which is safe behaviour. - bumped build revision
…heck if a user-specified lexer rule is eligible for `easy_keyword_rules` processing mode.
…xer generator. (Aparently nobody ever used jison ES6 output mode as there were a few fatal API problems in there too. These have been fixed provisionally) The generated code is `import`-patched in a rather hacky way as jison doesn't yet correctly support the desirable `%code imports %{...%}` feature...
…erated "distribution" library files.
…he ES6 code generator migration
…lopment utility scripts
…e 'external dependencies' ARE NOT included in the rollup but kept external. ==> jison-helpers-lib MUST NOT be included in the dist/ rollup library files for lex-parser!
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Co-exists with zaach/jison#338.
Features / Fixes / Changes