chiark / gitweb /
Tokenizer no longer keeps copy of every token
[nailing-cargo.git] / lib / TOML / Tiny / Tokenizer.pm
2020-01-17 Jeff OberTokenizer no longer keeps copy of every token
2020-01-17 Jeff OberMinor speedups here and there
2020-01-17 Jeff OberSignificant speedup by breaking apart primary regex...
2020-01-17 Jeff OberMake tokenization for extremely simple matches much...
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-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-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 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 OberFix support for 64-bit int/float
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-06 Jeff OberShow line number in tokenizer error messages
2020-01-03 Jeff OberInitial commit