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