Skip to content

Releases: ThatsJustCheesy/parsem

v1.1.2

17 Nov 04:15
Compare
Choose a tag to compare
  • Fix infinite loop bug in repeat
    • Stop running the inner parser if it doesn't consume any input

v1.1.1

30 Aug 04:24
Compare
Choose a tag to compare
  • Improved type inference for not_ahead

v1.1.0

21 Aug 03:19
Compare
Choose a tag to compare
  • Parser now works with Slices of input tokens instead of copying Arrays all over, improving performance immensely for large input sizes
    • e.g., running the example JSON parser on "[#{(1..100_000).to_a.join(", ")}]" takes <0.5s, while previously it took about 60s

v1.0.0

17 Jul 02:13
Compare
Choose a tag to compare

Initial feature-complete release.