struct

Lrama::Generator::Crystal::Tables

Inherits Struct < Value < Object

Constructors

new(yypact : Array(Int32), yypgoto : Array(Int32), yydefact : Array(Int32), yydefgoto : Array(Int32), yytable : Array(Int32), yycheck : Array(Int32), yyr1 : Array(Int32), yyr2 : Array(Int32), yylast : Int32, yypact_ninf : Int32, yytable_ninf : Int32, yyfinal : Int32, error_symbol : Int32, eof_symbol : Int32, yyntokens : Int32)
Source

Instance methods

eof_symbol
Source
error_symbol
Source
yycheck
Source
yydefact
Source
yydefgoto
Source
yyfinal
Source
yylast
Source
yyntokens
Source
yypact
Source
yypact_ninf
Source
yypgoto
Source
yyr1
Source
yyr2
Source
yytable
Source
yytable_ninf
Source