chiark / gitweb /
nailing-cargo.git
2020-01-17 Jeff OberMinor speedups here and there
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-17 Jeff OberDoc updates
2020-01-17 Jeff OberImport cleanup and update cpanfile
2020-01-17 Jeff OberRemove documentation for annotations
2020-01-17 Jeff OberRemove annotation support
2020-01-17 Jeff OberUpdate docs
2020-01-17 Jeff OberMake tokenization for extremely simple matches much...
2020-01-17 Jeff OberSet min version of Math::BigInt to ensure existence...
2020-01-17 Jeff OberMove more regexps to state vars to spend less time...
2020-01-17 Jeff OberFix use of non-scalar state vars in older perls, move...
2020-01-17 Jeff OberFix bug in generation of quoted keys containing quotes...
2020-01-17 Jeff OberFix bug in generation of nested table-arrays
2020-01-17 Jeff OberRemove debug module imported into tokens/string.t
2020-01-17 Jeff OberFix the fix in the prior fix for nested empty arrays...
2020-01-17 Jeff OberAdd script to build perl tests from BurntSush/toml...
2020-01-16 Jeff OberBegin incorporating toml-test tests into perl tests
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-14 Jeff OberAdd nytprof files to gitignore
2020-01-13 Jeff Oberfixup
2020-01-13 Jeff OberDocs fixup
2020-01-13 Jeff OberAdd acknowledgements section to pod
2020-01-13 Jeff OberAdd ABSTRACT for all modules, document TOML::Tiny:...
2020-01-13 Jeff OberFinish front module docs
2020-01-13 Jeff OberFlesh out docs, object API
2020-01-13 Jeff OberStart docs
2020-01-13 Jeff OberAdd script to perform encoder tests from BurntSushi...
2020-01-10 Jeff OberRemove to-toml test script while I try to decide if...
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 OberRemove debug code
2020-01-10 Jeff OberRemove invalid test cases for inline tables with newlin...
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 OberSupport for bigint/bignum in toml output
2020-01-09 Jeff OberMove toml-test scripts out of bin/ for dzil compat
2020-01-09 Jeff OberFix support for 64-bit int/float
2020-01-09 Jeff OberFix bug in type-annotated output
2020-01-09 Jeff OberStart testing with BurntSushi toml tests
2020-01-08 Jeff OberUpdate todos
2020-01-08 Jeff OberAdd support for generating TOML from a data structure
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-06 Jeff OberShow line number in tokenizer error messages
2020-01-03 Jeff OberInitial commit