d11wtq / whittle

Whittle: A small LALR(1) Parser in Pure Ruby (Not a Generator)
https://github.com/d11wtq/whittle
MIT License
115 stars 1 forks source link

Error under 1.8.7 compatible #2

Closed knaveofdiamonds closed 11 years ago

knaveofdiamonds commented 12 years ago

Trying to run an example (i.e. mathematician) under 1.8.7 raises the following error:

/gems/whittle-0.0.8/lib/whittle/terminal.rb:30:in `match': wrong number of arguments (2 for 1) (ArgumentError)

Don't know if you have any interest in supporting this under 1.8.7.

d11wtq commented 11 years ago

I know this is an old issue. There are no plans to support 1.8, which is now very old.