☰
Home
Pages
Classes
Methods
Table of Contents - Lrama Documentation
Pages
Index
Lrama
Overview
Installation
Usage
Supported Ruby version
License
main
Compressed State Table
Introduction to major tables
yypact
&
yypgoto
yytable
For action table
For GOTO table
yycheck
yydefact
&
yydefgoto
Example
yytable
yycheck
yypact
&
yypgoto
yydefact
&
yydefgoto
yyr1
&
yyr2
How to use tables
Determine what to do next
Execute (default) reduce
parse.output
Classes and Modules
Lexer
Parser
Methods
::new
—
Parser
::new
—
Lexer
#next_token
—
Lexer
#parse
—
Parser