aboutsummaryrefslogtreecommitdiffstats
path: root/tool/lrama/lib/lrama/grammar/type.rb
blob: 6861d9f846c283a4fa21919516cdfcb1c029c0e2 (plain)
1
2
3
4
5
6
module Lrama
  class Grammar
    class Type < Struct.new(:id, :tag, keyword_init: true)
    end
  end
end