·
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)). Csvand regex parsers included.- Tiny — 1/5 the size of jparsec.
- New
StringFormat.format()overloads for more efficient formatting.