Skip to content

Releases: felixfaisal/syntax-analyzer-rs

Syntax Analyzer

04 Jan 11:21
Compare
Choose a tag to compare

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)