Skip to content

nanoxd/json-thw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An Event-based JSON parser

A simple event based JSON parser that uses a LALR parser generator named Racc. Racc coverts a grammar file (the ".y" file) to a Ruby version, hence "Racc". These state transitions are interpreted by the Racc state machine (or runtime). The Racc runtime ships with Ruby, but the tool that converts the ".y" files to state tables does not. In order to install the converter, do gem install racc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages