You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s.summary = 'A parser combinator in Ruby, with a pretty DSL'
s.description = """
This library provides a DSL which you can use to easily generate parsers in Ruby.
At it's core, it's a parser combinator library, but you don't need to worry about that. You build more complex expression based on simple ones, and match any formal language you want.
Originally by Federico Ramirez (https://github.com/gosukiwi)