Skip to content

ISLa 1.9.5

Compare
Choose a tag to compare
@rindPHI rindPHI released this 21 Nov 15:32
· 157 commits to main since this release
v1.9.5
4c25ec9

[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).