symbols {parser}R Documentation

Symbols used by the bison generated parser.

Description

The data contains description of terminal and non-terminal symbols used by the bison generated parser.

Usage

data(grammar_symbols)

Format

A data frame with 77 observations on the following 3 variables.

desc
pseudo human readable description of the symbol
token
number used by bison
terminal
a logical vector; TRUE for terminal symbols

Details

The data frame can be generated using the grammar.symbols function

Examples

data(grammar_symbols)

[Package parser version 0.0-3 Index]