Skip to content

Syntax Analyzer

Latest
Compare
Choose a tag to compare
@felixfaisal felixfaisal released this 04 Jan 11:21

A syntax analyzer for JSON that supports trailing commas, comments and multi line strings written in Rust. This purely for academic purpose and written with handwritten logic instead of using tools such as LEX or YACC.

Tokens not supported as of this release

  • Numbers
  • Keywords (true, false, null)