Skip to content

Release 9.3

Latest

Choose a tag to compare

@fluentfuture fluentfuture released this 24 Oct 01:52
· 195 commits to master since this release
  • Dot Parse.
    • Easy, safe parser combinator library (no infinite loop possible).
    • Supports lazy, streaming parsing (jsonParser.parseToStream(Reader)).
    • Csv and regex parsers included.
    • Tiny — 1/5 the size of jparsec.
  • New StringFormat.format() overloads for more efficient formatting.