toml-tools icon indicating copy to clipboard operation
toml-tools copied to clipboard

Compiler to Json package (@toml-tools/toml-to-json)

Open bd82 opened this issue 5 years ago • 1 comments

  • [x] Evaluate performance advantages of not using the CST for this.
  • [ ] Evaluate performance advantages of using custom token patterns, could those be used to avoid post-processing? Possible use cases: - when lexing a date could we create the JS Date Object on the fly? - processing backslash line terminator in multiline strings - stripping strings delimiters - Numerical values conversion to Number during lexing.
  • [ ] Evaluate additional "fastest" API relevance (e.g only offset position tracking).

bd82 avatar Jan 25 '19 10:01 bd82