Sha256: cc0de9d3f1e90d5c10d647912f9a3549efa3fcd4e9e36a38c7991ab753605065
Contents?: true
Size: 642 Bytes
Versions: 91
Compression:
Stored size: 642 Bytes
Contents
# Links The primary resource for all things to do with parsing expressions can be found on the original [Packrat and Parsing Expression Grammars page](http://pdos.csail.mit.edu/~baford/packrat) at MIT. Also, a useful summary of parsing expression grammars can be found on [Wikipedia](http://en.wikipedia.org/wiki/Parsing_expression_grammar). Citrus draws inspiration from another Ruby library for writing parsing expression grammars, Treetop. While Citrus' syntax is similar to that of [Treetop](http://treetop.rubyforge.org), it's not identical. The link is included here for those who may wish to explore an alternative implementation.
Version data entries
91 entries across 91 versions & 2 rubygems