chiark / gitweb /
Fix POD in TOML::Tiny::Grammar
[nailing-cargo.git] / lib / TOML / Tiny / Grammar.pm
2020-01-21 Jeff OberFix POD in TOML::Tiny::Grammar
2020-01-17 Jeff OberDoc fixup
2020-01-17 Jeff OberSignificant speedup by breaking apart primary regex...
2020-01-17 Jeff OberUpdate grammar pod
2020-01-17 Jeff OberRemove ad hoc tokenization tests in favor of generated...
2020-01-16 Jeff OberMinor fixups
2020-01-16 Jeff OberFloat optimizations
2020-01-15 Jeff OberAnother round of performance improvements with a focus...
2020-01-14 Jeff OberFirst pass on low hanging fruit identified with nytprof
2020-01-14 Jeff OberMinor performance fixes for grammar regexp
2020-01-13 Jeff OberAdd ABSTRACT for all modules, document TOML::Tiny:...
2020-01-10 Jeff OberAll parsing tests pass with new option, strict_arrays...
2020-01-10 Jeff OberIntegers apparently may not have double, leading, or...
2020-01-10 Jeff OberApparently inline tables are forbidden to have newlines...
2020-01-10 Jeff OberDisallow invalid escapes, parse error on invalid unicod...
2020-01-10 Jeff OberSet minimum perl version to 5.18 (macos system perl...
2020-01-10 Jeff OberAll positive path parsing tests from 'toml-test' are...
2020-01-09 Jeff OberStart testing with BurntSushi toml tests
2020-01-08 Jeff OberRewrite tokenizer/parser, test for equivalence with...
2020-01-03 Jeff OberInitial commit