You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CharSet#size returns the number of characters in the set.
NFA#prefixes() will change the NFA such that it accepts all prefixes of itself.
New ReadonlyNFA interface.
New FAIterator interface as an abstraction over different FA representations. This is now the basis for virtually all FA operations that don't change the underlying data structure.
New NoParent and NoSource interface for AST nodes.
Changed
Better Flags interface for JS functions.
Some minor improvements.
Fixed
The prefix and suffix optimizations of the NFA construction didn't check the equivalence of states correctly.