ISLa 1.9.5
[1.9.5] - 2022-11-21
Changed
- Bug fix in optimized solution of length constraints: (1) Preventing infinite loop for
unsolvable constraints (e.g., zero length for non-nullable nonterminal), (2)
preventing solver from trying to produce strings with negative lengths.
[1.9.4] - 2022-11-13
Changed
- Can use Unicode symbols like "\x01" in the nonprintable range in BNF grammars (parsing
and unparsing now works for these symbols).