= Read Me by James Edward Gray II == Description Ghost Wheel is a pure Ruby packrat parser generator. Ghost Wheel allows you to build parsers with Ruby method calls or with a PEG-like DSL syntax. == Documentation Coming soon... == Examples The tests for Ghost Wheel include multiple ways to build a complete JSON parser. See {test/tc_json_ruby.rb}[http://ghostwheel.rubyforge.org/svn/trunk/test/example/tc_json_ruby.rb] for an example JSON parser using the Ruby syntax and {test/tc_json_ghost_wheel.rb}[http://ghostwheel.rubyforge.org/svn/trunk/test/example/tc_json_ghost_wheel.rb] for the same thing in the often cleaner Ghost Wheel grammar syntax. == Installing See the INSTALL file for instructions. == Questions and/or Comments Feel free to email {James Edward Gray II}[mailto:james@grayproductions.net] with any questions.