Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>pull/12/head
parent
d24f40d9be
commit
7d4f47bd0b
@ -1,7 +1,7 @@
|
||||
#ifndef INC_GettextParserTokenTypes_hpp_
|
||||
#define INC_GettextParserTokenTypes_hpp_
|
||||
|
||||
/* $ANTLR 2.7.1: "gettext.g" -> "GettextParserTokenTypes.hpp"$ */
|
||||
/* $ANTLR 2.7.1: "gettext.g" -> "GettextParserTokenTypes.h"$ */
|
||||
struct GettextParserTokenTypes {
|
||||
enum {
|
||||
EOF_ = 1,
|
@ -1,7 +1,7 @@
|
||||
#ifndef INC_BitSet_hpp__
|
||||
#define INC_BitSet_hpp__
|
||||
|
||||
#include "antlr/config.hpp"
|
||||
#include "antlr/config.h"
|
||||
#include <vector>
|
||||
#include <stdexcept>
|
||||
|
@ -1,8 +1,8 @@
|
||||
#ifndef INC_CharStreamException_hpp__
|
||||
#define INC_CharStreamException_hpp__
|
||||
|
||||
#include "antlr/config.hpp"
|
||||
#include "antlr/ANTLRException.hpp"
|
||||
#include "antlr/config.h"
|
||||
#include "antlr/ANTLRException.h"
|
||||
|
||||
ANTLR_BEGIN_NAMESPACE(antlr)
|
||||
|
@ -1,8 +1,8 @@
|
||||
#ifndef INC_CharStreamIOException_hpp__
|
||||
#define INC_CharStreamIOException_hpp__
|
||||
|
||||
#include "antlr/config.hpp"
|
||||
#include "antlr/CharStreamException.hpp"
|
||||
#include "antlr/config.h"
|
||||
#include "antlr/CharStreamException.h"
|
||||
|
||||
ANTLR_BEGIN_NAMESPACE(antlr)
|
||||
|
@ -1,8 +1,8 @@
|
||||
#ifndef INC_CommonHiddenStreamToken_hpp__
|
||||
#define INC_CommonHiddenStreamToken_hpp__
|
||||
|
||||
#include "antlr/config.hpp"
|
||||
#include "antlr/CommonToken.hpp"
|
||||
#include "antlr/config.h"
|
||||
#include "antlr/CommonToken.h"
|
||||
|
||||
ANTLR_BEGIN_NAMESPACE(antlr)
|
||||
|
@ -1,9 +1,9 @@
|
||||
#ifndef INC_LexerSharedInputState_hpp__
|
||||
#define INC_LexerSharedInputState_hpp__
|
||||
|
||||
#include "antlr/config.hpp"
|
||||
#include "antlr/InputBuffer.hpp"
|
||||
#include "antlr/RefCount.hpp"
|
||||
#include "antlr/config.h"
|
||||
#include "antlr/InputBuffer.h"
|
||||
#include "antlr/RefCount.h"
|
||||
#include <string>
|
||||
|
||||
ANTLR_BEGIN_NAMESPACE(antlr)
|
@ -1,45 +1,45 @@
|
||||
noinst_HEADERS = \
|
||||
ANTLRException.hpp \
|
||||
AST.hpp \
|
||||
ASTArray.hpp \
|
||||
ASTFactory.hpp \
|
||||
ASTNULLType.hpp \
|
||||
ASTPair.hpp \
|
||||
ASTRefCount.hpp \
|
||||
BaseAST.hpp \
|
||||
BitSet.hpp \
|
||||
CharBuffer.hpp \
|
||||
CharScanner.hpp \
|
||||
CharStreamException.hpp \
|
||||
CharStreamIOException.hpp \
|
||||
CircularQueue.hpp \
|
||||
CommonAST.hpp \
|
||||
CommonASTWithHiddenTokens.hpp \
|
||||
CommonHiddenStreamToken.hpp \
|
||||
CommonToken.hpp \
|
||||
InputBuffer.hpp \
|
||||
LLkParser.hpp \
|
||||
LexerSharedInputState.hpp \
|
||||
MismatchedCharException.hpp \
|
||||
MismatchedTokenException.hpp \
|
||||
NoViableAltException.hpp \
|
||||
NoViableAltForCharException.hpp \
|
||||
Parser.hpp \
|
||||
ParserSharedInputState.hpp \
|
||||
RecognitionException.hpp \
|
||||
RefCount.hpp \
|
||||
SemanticException.hpp \
|
||||
String.hpp \
|
||||
Token.hpp \
|
||||
TokenBuffer.hpp \
|
||||
TokenStream.hpp \
|
||||
TokenStreamBasicFilter.hpp \
|
||||
TokenStreamException.hpp \
|
||||
TokenStreamHiddenTokenFilter.hpp \
|
||||
TokenStreamIOException.hpp \
|
||||
TokenStreamRecognitionException.hpp \
|
||||
TokenStreamRetryException.hpp \
|
||||
TokenStreamSelector.hpp \
|
||||
TreeParser.hpp \
|
||||
TreeParserSharedInputState.hpp \
|
||||
config.hpp
|
||||
ANTLRException.h \
|
||||
AST.h \
|
||||
ASTArray.h \
|
||||
ASTFactory.h \
|
||||
ASTNULLType.h \
|
||||
ASTPair.h \
|
||||
ASTRefCount.h \
|
||||
BaseAST.h \
|
||||
BitSet.h \
|
||||
CharBuffer.h \
|
||||
CharScanner.h \
|
||||
CharStreamException.h \
|
||||
CharStreamIOException.h \
|
||||
CircularQueue.h \
|
||||
CommonAST.h \
|
||||
CommonASTWithHiddenTokens.h \
|
||||
CommonHiddenStreamToken.h \
|
||||
CommonToken.h \
|
||||
InputBuffer.h \
|
||||
LLkParser.h \
|
||||
LexerSharedInputState.h \
|
||||
MismatchedCharException.h \
|
||||
MismatchedTokenException.h \
|
||||
NoViableAltException.h \
|
||||
NoViableAltForCharException.h \
|
||||
Parser.h \
|
||||
ParserSharedInputState.h \
|
||||
RecognitionException.h \
|
||||
RefCount.h \
|
||||
SemanticException.h \
|
||||
String.h \
|
||||
Token.h \
|
||||
TokenBuffer.h \
|
||||
TokenStream.h \
|
||||
TokenStreamBasicFilter.h \
|
||||
TokenStreamException.h \
|
||||
TokenStreamHiddenTokenFilter.h \
|
||||
TokenStreamIOException.h \
|
||||
TokenStreamRecognitionException.h \
|
||||
TokenStreamRetryException.h \
|
||||
TokenStreamSelector.h \
|
||||
TreeParser.h \
|
||||
TreeParserSharedInputState.h \
|
||||
config.h
|
||||
|
@ -1,9 +1,9 @@
|
||||
#ifndef INC_ParserSharedInputState_hpp__
|
||||
#define INC_ParserSharedInputState_hpp__
|
||||
|
||||
#include "antlr/config.hpp"
|
||||
#include "antlr/TokenBuffer.hpp"
|
||||
#include "antlr/RefCount.hpp"
|
||||
#include "antlr/config.h"
|
||||
#include "antlr/TokenBuffer.h"
|
||||
#include "antlr/RefCount.h"
|
||||
#include <string>
|
||||
|
||||
ANTLR_BEGIN_NAMESPACE(antlr)
|
@ -1,9 +1,9 @@
|
||||
#ifndef INC_TokenStreamBasicFilter_hpp__
|
||||
#define INC_TokenStreamBasicFilter_hpp__
|
||||
|
||||
#include "antlr/config.hpp"
|
||||
#include "antlr/BitSet.hpp"
|
||||
#include "antlr/TokenStream.hpp"
|
||||
#include "antlr/config.h"
|
||||
#include "antlr/BitSet.h"
|
||||
#include "antlr/TokenStream.h"
|
||||
|
||||
ANTLR_BEGIN_NAMESPACE(antlr)
|
||||
|
@ -1,8 +1,8 @@
|
||||
#ifndef INC_TokenStreamException_hpp__
|
||||
#define INC_TokenStreamException_hpp__
|
||||
|
||||
#include "antlr/config.hpp"
|
||||
#include "antlr/ANTLRException.hpp"
|
||||
#include "antlr/config.h"
|
||||
#include "antlr/ANTLRException.h"
|
||||
|
||||
ANTLR_BEGIN_NAMESPACE(antlr)
|
||||
|
@ -1,8 +1,8 @@
|
||||
#ifndef INC_TokenStreamHiddenTokenFilter_hpp__
|
||||
#define INC_TokenStreamHiddenTokenFilter_hpp__
|
||||
|
||||
#include "antlr/config.hpp"
|
||||
#include "antlr/TokenStreamBasicFilter.hpp"
|
||||
#include "antlr/config.h"
|
||||
#include "antlr/TokenStreamBasicFilter.h"
|
||||
|
||||
ANTLR_BEGIN_NAMESPACE(antlr)
|
||||
|
@ -1,8 +1,8 @@
|
||||
#ifndef INC_TokenStreamIOException_hpp__
|
||||
#define INC_TokenStreamIOException_hpp__
|
||||
|
||||
#include "antlr/config.hpp"
|
||||
#include "antlr/TokenStreamException.hpp"
|
||||
#include "antlr/config.h"
|
||||
#include "antlr/TokenStreamException.h"
|
||||
#include <exception>
|
||||
|
||||
ANTLR_BEGIN_NAMESPACE(antlr)
|
@ -1,8 +1,8 @@
|
||||
#ifndef INC_TokenStreamRecognitionException_hpp__
|
||||
#define INC_TokenStreamRecognitionException_hpp__
|
||||
|
||||
#include "antlr/config.hpp"
|
||||
#include "antlr/TokenStreamException.hpp"
|
||||
#include "antlr/config.h"
|
||||
#include "antlr/TokenStreamException.h"
|
||||
#include <exception>
|
||||
|
||||
ANTLR_BEGIN_NAMESPACE(antlr)
|
@ -1,8 +1,8 @@
|
||||
#ifndef INC_TokenStreamRetryException_hpp__
|
||||
#define INC_TokenStreamRetryException_hpp__
|
||||
|
||||
#include "antlr/config.hpp"
|
||||
#include "antlr/TokenStreamException.hpp"
|
||||
#include "antlr/config.h"
|
||||
#include "antlr/TokenStreamException.h"
|
||||
|
||||
ANTLR_BEGIN_NAMESPACE(antlr)
|
||||
|
@ -1,8 +1,8 @@
|
||||
#ifndef INC_TokenStreamSelector_hpp__
|
||||
#define INC_TokenStreamSelector_hpp__
|
||||
|
||||
#include "antlr/config.hpp"
|
||||
#include "antlr/TokenStream.hpp"
|
||||
#include "antlr/config.h"
|
||||
#include "antlr/TokenStream.h"
|
||||
#include <map>
|
||||
#include <stack>
|
||||
|
@ -1,8 +1,8 @@
|
||||
#ifndef INC_TreeParserSharedInputState_hpp__
|
||||
#define INC_TreeParserSharedInputState_hpp__
|
||||
|
||||
#include "antlr/config.hpp"
|
||||
#include "antlr/RefCount.hpp"
|
||||
#include "antlr/config.h"
|
||||
#include "antlr/RefCount.h"
|
||||
|
||||
ANTLR_BEGIN_NAMESPACE(antlr)
|
||||
|
Loading…
Reference in new issue