Gerwin Klein
Gerwin Klein
(sorry for the wall of text, somewhat subtle, TLDR at bottom) @regisd has made a valiant effort porting the old regression test suite into something more modern, and it's time...
This is a low priority issue to remember to get back to #414 and #104 and improve the package name guessing a bit more.
`\u0ffff` means `\u0fff` followed by the letter `f`. The user probably meant `\U00ffff` instead. We should add a warning for such occasions (for `\u` and `\U`), which can optionally be...
**Reported by vbstudio on 2013-03-11 15:05 UTC** It would be nice to have an option to switch line and column counting into a mode that will only count \n and...
**Reported by jafl on 2007-07-28 00:00 UTC** flex provides yy_push_state(int new_state) and yy_pop_state() and yy_top_state(). These are very useful when one wishes to reuse a state from several other states....
**Reported by *anonymous on 2003-08-26 16:01 UTC** Add another generator option like %cup and %byaccj for the ANTLR package (i.e. %antlr).
**Reported by lsf37 on 2006-04-22 13:06 UTC** Exclusive lexical states: flex supports <*> (any state). In JFlex you need to list all states explicitly (<STATE1,STATE2,...>). (requested by Dimitri Maziuk)
In #243, @canarysnort01 included updates for the syscalls that report the output of `setConsumed` to the caller. We haven't included the two occurrences of this in #846, because MCS verification...
This is follow-up from the discussion on #799 The bitfield generator doesn't have any real documentation, we should change that. There are a few slide sets around that we can...