hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Public Types | Public Attributes | List of all members
hobbes::ParserEvalInfo Struct Reference
Collaboration diagram for hobbes::ParserEvalInfo:
Collaboration graph

Public Types

typedef std::map< terminal *, ExprsReduceExprs
 

Public Attributes

ccc
 
LexicalAnnotation la
 
MonoTypePtr arrty
 
parserdef pdef
 
lrtable table
 
ReduceExprs reduceExprs
 

Member Typedef Documentation

◆ ReduceExprs

Member Data Documentation

◆ arrty

MonoTypePtr hobbes::ParserEvalInfo::arrty

◆ c

cc* hobbes::ParserEvalInfo::c

◆ la

LexicalAnnotation hobbes::ParserEvalInfo::la

◆ pdef

parserdef hobbes::ParserEvalInfo::pdef

◆ reduceExprs

ReduceExprs hobbes::ParserEvalInfo::reduceExprs

◆ table

lrtable hobbes::ParserEvalInfo::table

The documentation for this struct was generated from the following file: