Sha256: fbdc287bfe6c965fd9f6f4ebd41e30170bd1a0ee61819a952a1f62b29ca455bf
Contents?: true
Size: 234 Bytes
Versions: 19
Compression:
Stored size: 234 Bytes
Contents
module Lrama class Grammar # Grammar file information not used by States but by Output class Auxiliary < Struct.new(:prologue_first_lineno, :prologue, :epilogue_first_lineno, :epilogue, keyword_init: true) end end end
Version data entries
19 entries across 19 versions & 1 rubygems