chiark / gitweb /
Minor speedups here and there
[nailing-cargo.git] / lib / TOML / Tiny / Parser.pm
2020-01-17 Jeff OberMinor speedups here and there
2020-01-17 Jeff OberSignificant speedup by breaking apart primary regex...
2020-01-17 Jeff OberImport cleanup and update cpanfile
2020-01-17 Jeff OberRemove annotation support
2020-01-16 Jeff OberFloat optimizations
2020-01-14 Jeff OberFirst pass on low hanging fruit identified with nytprof
2020-01-13 Jeff OberAdd ABSTRACT for all modules, document TOML::Tiny:...
2020-01-13 Jeff OberFlesh out docs, object API
2020-01-10 Jeff OberAll parsing tests pass with new option, strict_arrays...
2020-01-10 Jeff OberRemove debug code
2020-01-10 Jeff OberApparently inline tables are forbidden to have newlines...
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 OberFix bug in type-annotated output
2020-01-09 Jeff OberStart testing with BurntSushi toml tests
2020-01-08 Jeff OberRemove debug imports, tail recursion in root-level...
2020-01-08 Jeff OberRewrite tokenizer/parser, test for equivalence with...
2020-01-03 Jeff OberInitial commit