Open bkuhlmann opened 3 years ago
It's late... but I'm confused... isn't this a problem with flog (or, ruby_parser)?
Hey Ryan. :wave: Hmm, perhaps you are right? Would you like me to close this down and file this issue in the Ruby Parser project instead?
Overview
When using Flog on a project that uses Ruby Pattern Matching, I get the following error:
Steps to Recreate
To recreate, I'm using Flog to illustrate since Flog has Racc as a dependency. Save the following to
snippet.rb
and run asruby snippet.rb
to see the issue:Desired Behavior
Would like to see Racc handle pattern matching without error.
Environment