ruby-treetop

Ruby-based text parsing and interpretation DSL
  https://github.com/cjheath/treetop
  0
  no reviews



Treetop is a language for describing languages. It provides a Ruby implementation of a custom language based on parsing expression grammars (PEGs).

This package provides the Ruby library implementation of treetop.