Ger Hobbelt

Results 78 issues of Ger Hobbelt

as per https://spdx.org/licenses/Apache-2.0

Example: ``` var options = { noLineNumbers: { abbr: 'n', full: 'no-line-numbers' } }; ``` will be an option which won't ever be matched, because when you pass `--no-line-numbers` as...

feature request: If you do not define option `--bugger` (via the `.options()` method or other nomnom API) then nomnom requires it to be followed by a value, i.e. ``` --bugger...

nomnom does not cope well with 'flag' options which are set to `true` by default: there's no way to set these to _`false`_ instead. Example option: ``` var opts =...

Co-exists with zaach/jison#338. ## Features / Fixes / Changes - [to be edited] - fixes: + #7 + #8 + #9 / #10 / #11

It doesn't make a lick of sense to flip that switch at lexer run-time. It'd better be a compile-time setting.

Co-exists with zaach/jison#338. ## Features / Fixes / Changes - [to be edited] - engine adds stop-gap check at lexer runtime to prevent user-programmer mistakes from causing obscure/hard-to-diagnose internal lexer...

See also [jison issue #341](https://github.com/zaach/jison/issues/341)

Since a lot has been done and several of these features are tough to 'extract cleanly' to produce 'simple' patches (they won't be simple anyway), the list of differences (features...