summaryrefslogtreecommitdiff
path: root/tool/lrama/lib/lrama/grammar/parameterizing_rule.rb
blob: aa8865d53d042f11e4bb853986833725a5e962c4 (plain)
1
2
3
4
5
6
module Lrama
  class Grammar
    class ParameterizingRule < Struct.new(:rules, :token, keyword_init: true)
    end
  end
end