MagLev / maglev

GemStone Maglev Ruby Repository
http://maglev.github.io
517 stars 41 forks source link

Support new lambda syntax #245

Open timfel opened 11 years ago

timfel commented 11 years ago

1.9 comes with new lambda syntax

-> { block code }

The 1.9 rubyspecs currently fail trying to parse a file with this syntax.

zenspider commented 11 years ago

I have no idea how comprehensive the parsing tests are in rubyspec... you might want to look at pt_testcase.rb in http://github.com/seattlerb/sexp_processor