LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
scantiger.hh
Go to the documentation of this file.
1 #ifndef PARSE_SCANTIGER_HH
2 # define PARSE_SCANTIGER_HH
3 
4 # include <parse/parsetiger.hh>
5 # include <parse/tiger-parser.hh>
6 
7 // Set parameters for Flex header, and include it.
8 # define YY_FLEX_NAMESPACE_BEGIN namespace parse {
9 # define YY_FLEX_NAMESPACE_END }
10 
11 # include <misc/flex-lexer.hh>
12 
13 #endif // !PARSE_SCANTIGER_HH