torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Parser.h File Reference
#include <string>
#include <iostream>
#include "torc/generic/edif/stack.hh"
#include "torc/generic/edif/location.hh"
+ Include dependency graph for Parser.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  torc::generic::Parser
 A Bison parser. More...
 
union  torc::generic::Parser::semantic_type
 Symbol semantic values. More...
 
struct  torc::generic::Parser::token
 Tokens. More...
 

Namespaces

 torc
 Implementation of class to encapsulate micro-bitstream library generation code.
 
 torc::generic
 Namespace for the Torc generic netlist, including EDIF and BLIF importers and exporters.
 

Macros

#define YYDEBUG   1
 
#define YYERROR_VERBOSE   1
 
#define YYTOKEN_TABLE   0
 
#define YYLLOC_DEFAULT(Current, Rhs, N)
 

Macro Definition Documentation

#define YYDEBUG   1

Definition at line 67 of file Parser.h.

#define YYERROR_VERBOSE   1

Definition at line 75 of file Parser.h.

#define YYLLOC_DEFAULT (   Current,
  Rhs,
 
)
Value:
do { \
if (N) \
{ \
(Current).begin = (Rhs)[1].begin; \
(Current).end = (Rhs)[N].end; \
} \
else \
{ \
(Current).begin = (Current).end = (Rhs)[0].end; \
} \
} while (false)
if(!(yy_init))
Definition: LutScanner.cpp:598

Definition at line 88 of file Parser.h.

#define YYTOKEN_TABLE   0

Definition at line 80 of file Parser.h.