[antlr] 80/87: Update upstream source from tag 'upstream/2.7.7+dfsg'
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Oct 24 14:49:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository antlr.
commit c95c98c4d6c713fa2b8f541f2edbb403001268fe
Merge: dd27bd0 384a862
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Oct 24 09:19:58 2017 +0200
Update upstream source from tag 'upstream/2.7.7+dfsg'
Update to upstream version '2.7.7+dfsg'
with Debian dir 3a24bfd3da08a5a8bfe38830825b6c4d6636e668
CHANGES.txt | 126 +
INSTALL.txt | 1090 +++
LICENSE.txt | 31 +
Makefile.in | 173 +
README.txt | 370 +
aclocal.m4 | 762 ++
antlr.jar | Bin 0 -> 443876 bytes
antlr/ANTLRError.java | 26 +
antlr/ANTLRException.java | 27 +
antlr/ANTLRGrammarParseBehavior.java | 124 +
antlr/ANTLRHashString.java | 107 +
antlr/ANTLRLexer.java | 1468 ++++
antlr/ANTLRParser.java | 2978 +++++++
antlr/ANTLRStringBuffer.java | 82 +
antlr/ANTLRTokdefLexer.java | 664 ++
antlr/ANTLRTokdefParser.java | 252 +
antlr/ANTLRTokdefParserTokenTypes.java | 18 +
antlr/ANTLRTokenTypes.java | 68 +
antlr/ASTFactory.java | 410 +
antlr/ASTIterator.java | 75 +
antlr/ASTNULLType.java | 107 +
antlr/ASTPair.java | 43 +
antlr/ASTVisitor.java | 14 +
antlr/ASdebug/ASDebugStream.java | 35 +
antlr/ASdebug/IASDebugStream.java | 24 +
antlr/ASdebug/TokenOffsetInfo.java | 22 +
antlr/ActionElement.java | 33 +
antlr/ActionTransInfo.java | 23 +
antlr/Alternative.java | 73 +
antlr/AlternativeBlock.java | 226 +
antlr/AlternativeElement.java | 43 +
antlr/BaseAST.java | 494 ++
antlr/BlockContext.java | 32 +
antlr/BlockEndElement.java | 31 +
antlr/BlockWithImpliedExitPath.java | 24 +
antlr/ByteBuffer.java | 53 +
antlr/CSharpBlockFinishingInfo.java | 41 +
antlr/CSharpCharFormatter.java | 100 +
antlr/CSharpCodeGenerator.java | 4092 ++++++++++
antlr/CSharpNameSpace.java | 56 +
antlr/CharBuffer.java | 53 +
antlr/CharFormatter.java | 23 +
antlr/CharLiteralElement.java | 29 +
antlr/CharQueue.java | 95 +
antlr/CharRangeElement.java | 54 +
antlr/CharScanner.java | 406 +
antlr/CharStreamException.java | 21 +
antlr/CharStreamIOException.java | 22 +
antlr/CodeGenerator.java | 663 ++
antlr/CommonAST.java | 59 +
antlr/CommonASTWithHiddenTokens.java | 47 +
antlr/CommonHiddenStreamToken.java | 41 +
antlr/CommonToken.java | 56 +
antlr/CppBlockFinishingInfo.java | 35 +
antlr/CppCharFormatter.java | 97 +
antlr/CppCodeGenerator.java | 4836 ++++++++++++
antlr/DefaultFileLineFormatter.java | 33 +
...DefaultJavaCodeGeneratorPrintWriterManager.java | 73 +
antlr/DefaultToolErrorHandler.java | 119 +
antlr/DefineGrammarSymbols.java | 810 ++
antlr/DiagnosticCodeGenerator.java | 921 +++
antlr/DocBookCodeGenerator.java | 822 ++
antlr/DumpASTVisitor.java | 67 +
antlr/ExceptionHandler.java | 22 +
antlr/ExceptionSpec.java | 29 +
antlr/FileCopyException.java | 14 +
antlr/FileLineFormatter.java | 27 +
antlr/Grammar.java | 288 +
antlr/GrammarAnalyzer.java | 36 +
antlr/GrammarAtom.java | 68 +
antlr/GrammarElement.java | 62 +
antlr/GrammarSymbol.java | 30 +
antlr/HTMLCodeGenerator.java | 797 ++
antlr/ImportVocabTokenManager.java | 101 +
antlr/InputBuffer.java | 131 +
antlr/JavaBlockFinishingInfo.java | 34 +
antlr/JavaCharFormatter.java | 87 +
antlr/JavaCodeGenerator.java | 3745 +++++++++
antlr/JavaCodeGeneratorPrintWriterManager.java | 21 +
antlr/LLkAnalyzer.java | 1095 +++
antlr/LLkGrammarAnalyzer.java | 58 +
antlr/LLkParser.java | 85 +
antlr/LexerGrammar.java | 178 +
antlr/LexerSharedInputState.java | 80 +
antlr/Lookahead.java | 218 +
antlr/MakeGrammar.java | 791 ++
antlr/Makefile.in | 337 +
antlr/MismatchedCharException.java | 146 +
antlr/MismatchedTokenException.java | 172 +
antlr/NameSpace.java | 64 +
antlr/NoViableAltException.java | 40 +
antlr/NoViableAltForCharException.java | 51 +
antlr/OneOrMoreBlock.java | 31 +
antlr/ParseTree.java | 51 +
antlr/ParseTreeRule.java | 69 +
antlr/ParseTreeToken.java | 30 +
antlr/Parser.java | 375 +
antlr/ParserGrammar.java | 103 +
antlr/ParserSharedInputState.java | 38 +
antlr/PreservingFileWriter.java | 138 +
antlr/PrintWriterWithSMAP.java | 152 +
antlr/PythonBlockFinishingInfo.java | 34 +
antlr/PythonCharFormatter.java | 73 +
antlr/PythonCodeGenerator.java | 4120 ++++++++++
antlr/RecognitionException.java | 70 +
antlr/RuleBlock.java | 211 +
antlr/RuleEndElement.java | 33 +
antlr/RuleRefElement.java | 73 +
antlr/RuleSymbol.java | 53 +
antlr/SemanticException.java | 23 +
antlr/SimpleTokenManager.java | 142 +
antlr/StringLiteralElement.java | 65 +
antlr/StringLiteralSymbol.java | 25 +
antlr/StringUtils.java | 85 +
antlr/SynPredBlock.java | 31 +
antlr/Token.java | 78 +
antlr/TokenBuffer.java | 126 +
antlr/TokenManager.java | 59 +
antlr/TokenQueue.java | 96 +
antlr/TokenRangeElement.java | 50 +
antlr/TokenRefElement.java | 40 +
antlr/TokenStream.java | 12 +
antlr/TokenStreamBasicFilter.java | 56 +
antlr/TokenStreamException.java | 28 +
antlr/TokenStreamHiddenTokenFilter.java | 152 +
antlr/TokenStreamIOException.java | 26 +
antlr/TokenStreamRecognitionException.java | 25 +
antlr/TokenStreamRetryException.java | 18 +
antlr/TokenStreamRewriteEngine.java | 549 ++
antlr/TokenStreamSelector.java | 118 +
antlr/TokenSymbol.java | 46 +
antlr/TokenWithIndex.java | 35 +
antlr/Tool.java | 613 ++
antlr/ToolErrorHandler.java | 48 +
antlr/TreeBlockContext.java | 35 +
antlr/TreeElement.java | 36 +
antlr/TreeParser.java | 155 +
antlr/TreeParserSharedInputState.java | 19 +
antlr/TreeSpecifierNode.java | 48 +
antlr/TreeWalkerGrammar.java | 89 +
antlr/Utils.java | 42 +
antlr/Version.java | 9 +
antlr/Version.java.in | 9 +
antlr/WildcardElement.java | 39 +
antlr/ZeroOrMoreBlock.java | 31 +
antlr/actions/cpp/ActionLexer.java | 2545 ++++++
antlr/actions/cpp/ActionLexerTokenTypes.java | 33 +
antlr/actions/cpp/action.g | 505 ++
antlr/actions/csharp/ActionLexer.java | 2574 +++++++
antlr/actions/csharp/ActionLexerTokenTypes.java | 33 +
antlr/actions/csharp/action.g | 511 ++
antlr/actions/java/ActionLexer.java | 2470 ++++++
antlr/actions/java/ActionLexerTokenTypes.java | 33 +
antlr/actions/java/action.g | 432 ++
antlr/actions/python/ActionLexer.java | 2568 ++++++
antlr/actions/python/ActionLexerTokenTypes.java | 34 +
antlr/actions/python/CodeLexer.java | 383 +
antlr/actions/python/CodeLexerTokenTypes.java | 14 +
antlr/actions/python/action.g | 495 ++
antlr/actions/python/code.g | 150 +
antlr/antlr.g | 1079 +++
antlr/build/ANTLR.java | 95 +
antlr/build/StreamScarfer.java | 37 +
antlr/build/Tool.java | 178 +
antlr/collections/AST.java | 77 +
antlr/collections/ASTEnumeration.java | 14 +
antlr/collections/Enumerator.java | 23 +
antlr/collections/List.java | 28 +
antlr/collections/Stack.java | 26 +
antlr/collections/impl/ASTArray.java | 30 +
antlr/collections/impl/ASTEnumerator.java | 40 +
antlr/collections/impl/BitSet.java | 483 ++
antlr/collections/impl/IndexedVector.java | 80 +
antlr/collections/impl/IntRange.java | 22 +
antlr/collections/impl/LLCell.java | 25 +
antlr/collections/impl/LLEnumeration.java | 54 +
antlr/collections/impl/LList.java | 134 +
antlr/collections/impl/Vector.java | 121 +
antlr/collections/impl/VectorEnumeration.java | 41 +
antlr/collections/impl/VectorEnumerator.java | 41 +
antlr/debug/DebuggingCharScanner.java | 237 +
antlr/debug/DebuggingInputBuffer.java | 63 +
antlr/debug/DebuggingParser.java | 11 +
antlr/debug/Event.java | 26 +
antlr/debug/GuessingEvent.java | 24 +
antlr/debug/InputBufferAdapter.java | 24 +
antlr/debug/InputBufferEvent.java | 50 +
antlr/debug/InputBufferEventSupport.java | 85 +
antlr/debug/InputBufferListener.java | 10 +
antlr/debug/InputBufferReporter.java | 37 +
antlr/debug/LLkDebuggingParser.java | 228 +
antlr/debug/ListenerBase.java | 10 +
antlr/debug/MessageAdapter.java | 10 +
antlr/debug/MessageEvent.java | 32 +
antlr/debug/MessageListener.java | 8 +
antlr/debug/NewLineEvent.java | 27 +
antlr/debug/NewLineListener.java | 7 +
antlr/debug/ParseTreeDebugParser.java | 116 +
antlr/debug/ParserAdapter.java | 22 +
antlr/debug/ParserController.java | 8 +
antlr/debug/ParserEventSupport.java | 372 +
antlr/debug/ParserListener.java | 9 +
antlr/debug/ParserMatchAdapter.java | 12 +
antlr/debug/ParserMatchEvent.java | 74 +
antlr/debug/ParserMatchListener.java | 10 +
antlr/debug/ParserReporter.java | 42 +
antlr/debug/ParserTokenAdapter.java | 10 +
antlr/debug/ParserTokenEvent.java | 44 +
antlr/debug/ParserTokenListener.java | 8 +
antlr/debug/SemanticPredicateAdapter.java | 9 +
antlr/debug/SemanticPredicateEvent.java | 38 +
antlr/debug/SemanticPredicateListener.java | 7 +
antlr/debug/SyntacticPredicateAdapter.java | 11 +
antlr/debug/SyntacticPredicateEvent.java | 19 +
antlr/debug/SyntacticPredicateListener.java | 9 +
antlr/debug/TraceAdapter.java | 10 +
antlr/debug/TraceEvent.java | 41 +
antlr/debug/TraceListener.java | 8 +
antlr/debug/Tracer.java | 24 +
antlr/debug/misc/ASTFrame.java | 68 +
antlr/debug/misc/JTreeASTModel.java | 99 +
antlr/debug/misc/JTreeASTPanel.java | 38 +
antlr/preprocessor/Grammar.java | 281 +
antlr/preprocessor/GrammarFile.java | 89 +
antlr/preprocessor/Hierarchy.java | 157 +
antlr/preprocessor/Option.java | 50 +
antlr/preprocessor/Preprocessor.java | 867 +++
antlr/preprocessor/PreprocessorLexer.java | 1388 ++++
antlr/preprocessor/PreprocessorTokenTypes.java | 47 +
antlr/preprocessor/Rule.java | 156 +
antlr/preprocessor/Tool.java | 145 +
antlr/preprocessor/preproc.g | 474 ++
antlr/tokdef.g | 199 +
configure | 8142 ++++++++++++++++++++
configure.in | 1257 +++
doc/ANTLRException.gif | Bin 0 -> 14504 bytes
doc/Makefile.in | 57 +
doc/closure.gif | Bin 0 -> 2166 bytes
doc/cpp-runtime.html | 424 +
doc/csharp-runtime.html | 136 +
doc/err.html | 281 +
doc/glossary.html | 640 ++
doc/hidden.stream.gif | Bin 0 -> 3667 bytes
doc/index.html | 335 +
doc/inheritance.html | 171 +
doc/j-guru-blue.jpg | Bin 0 -> 8086 bytes
doc/jguru-logo.gif | Bin 0 -> 4113 bytes
doc/lexer.html | 1599 ++++
doc/lexer.to.parser.tokens.gif | Bin 0 -> 3585 bytes
doc/logo.gif | Bin 0 -> 4249 bytes
doc/metalang.html | 970 +++
doc/optional.gif | Bin 0 -> 2018 bytes
doc/options.html | 745 ++
doc/posclosure.gif | Bin 0 -> 2031 bytes
doc/python-runtime.html | 575 ++
doc/runtime.html | 1235 +++
doc/sor.html | 331 +
doc/stream.perspectives.gif | Bin 0 -> 2679 bytes
doc/stream.selector.gif | Bin 0 -> 5976 bytes
doc/stream.splitter.gif | Bin 0 -> 5527 bytes
doc/streams.html | 510 ++
doc/subrule.gif | Bin 0 -> 1887 bytes
doc/trees.html | 957 +++
doc/vocab.html | 198 +
examples/Makefile.in | 14 +
examples/cpp/ASTsupport/Main.cpp | 9 +
examples/cpp/ASTsupport/Makefile.in | 120 +
examples/cpp/ASTsupport/test.g | 249 +
examples/cpp/HTML/Main.cpp | 35 +
examples/cpp/HTML/Makefile.in | 119 +
examples/cpp/HTML/html.g | 1081 +++
examples/cpp/HTML/test.html | 49 +
examples/cpp/IDL/Main.cpp | 27 +
examples/cpp/IDL/Makefile.in | 216 +
examples/cpp/IDL/idl.g | 862 +++
examples/cpp/IDL/test.idl | 61 +
examples/cpp/Makefile.in | 19 +
examples/cpp/calc/Main.cpp | 74 +
examples/cpp/calc/Main2.cpp | 76 +
examples/cpp/calc/Main3.cpp | 66 +
examples/cpp/calc/Makefile.in | 205 +
examples/cpp/calc/calc.g | 65 +
examples/cpp/calc/test.in | 1 +
examples/cpp/cleanup.ksh | 27 +
examples/cpp/exprAST/Main.cpp | 41 +
examples/cpp/exprAST/Makefile.in | 138 +
examples/cpp/exprAST/expr.g | 164 +
examples/cpp/exprAST/test.in | 2 +
examples/cpp/exprAST/test2.in | 2 +
examples/cpp/filter/Makefile.in | 120 +
examples/cpp/filter/Test.cpp | 37 +
examples/cpp/filter/t.g | 24 +
examples/cpp/filter/test.html | 45 +
examples/cpp/filterWithRule/Makefile.in | 120 +
examples/cpp/filterWithRule/Test.cpp | 37 +
examples/cpp/filterWithRule/t.g | 28 +
examples/cpp/filterWithRule/t.html | 10 +
examples/cpp/flexLexer/LexTokenStream.cpp | 63 +
examples/cpp/flexLexer/LexTokenStream.hpp | 17 +
examples/cpp/flexLexer/Main.cpp | 95 +
examples/cpp/flexLexer/Makefile.in | 190 +
examples/cpp/flexLexer/T.java | 21 +
examples/cpp/flexLexer/java.g | 996 +++
examples/cpp/flexLexer/java.l | 192 +
examples/cpp/flexLexer/java.tree.g | 328 +
examples/cpp/heteroAST/BinaryOperatorAST.hpp | 24 +
examples/cpp/heteroAST/CalcAST.hpp | 31 +
examples/cpp/heteroAST/INTNode.hpp | 67 +
examples/cpp/heteroAST/MULTNode.hpp | 58 +
examples/cpp/heteroAST/Main.cpp | 49 +
examples/cpp/heteroAST/Makefile.in | 148 +
examples/cpp/heteroAST/PLUSNode.hpp | 59 +
examples/cpp/heteroAST/calc.g | 72 +
examples/cpp/heteroAST/test.in | 1 +
examples/cpp/imagNodeAST/Main.cpp | 43 +
examples/cpp/imagNodeAST/Makefile.in | 245 +
examples/cpp/imagNodeAST/simple.in | 3 +
examples/cpp/imagNodeAST/test.in | 7 +
examples/cpp/imagNodeAST/treewalk.g | 101 +
examples/cpp/includeFile/Main.cpp | 44 +
examples/cpp/includeFile/Main.hpp | 15 +
examples/cpp/includeFile/Makefile.in | 230 +
examples/cpp/includeFile/P.g | 127 +
examples/cpp/includeFile/incl.h | 4 +
examples/cpp/includeFile/subincl.h | 2 +
examples/cpp/includeFile/test.c | 3 +
examples/cpp/inherit.tinyc/Main.cpp | 29 +
examples/cpp/inherit.tinyc/Makefile.in | 325 +
examples/cpp/inherit.tinyc/input.c | 17 +
examples/cpp/inherit.tinyc/runtest.bat | 17 +
examples/cpp/inherit.tinyc/subc.g | 16 +
examples/cpp/java/Main.cpp | 107 +
examples/cpp/java/Makefile.in | 183 +
examples/cpp/java/java.g | 1249 +++
examples/cpp/java/java.tree.g | 328 +
examples/cpp/java/tests/E.java | 24 +
examples/cpp/java/tests/T.java | 21 +
examples/cpp/lexRewrite/Main.cpp | 28 +
examples/cpp/lexRewrite/Makefile.in | 171 +
examples/cpp/lexRewrite/rewrite.g | 60 +
examples/cpp/lexRewrite/test.in | 1 +
examples/cpp/multiLexer/CommonTokenTypes.txt | 3 +
examples/cpp/multiLexer/Main.cpp | 55 +
examples/cpp/multiLexer/Makefile.in | 399 +
examples/cpp/multiLexer/javadoclex.g | 58 +
examples/cpp/multiLexer/javadocparse.g | 20 +
examples/cpp/multiLexer/javalex.g | 47 +
examples/cpp/multiLexer/javaparse.g | 26 +
examples/cpp/multiLexer/test.in | 6 +
examples/cpp/multiParser/Main.cpp | 46 +
examples/cpp/multiParser/Makefile.in | 324 +
examples/cpp/multiParser/lexer.g | 30 +
examples/cpp/multiParser/parser1.g | 28 +
examples/cpp/multiParser/parser2.g | 23 +
examples/cpp/multiParser/test.in | 1 +
examples/cpp/parseBinary/Main.cpp | 28 +
examples/cpp/parseBinary/Makefile.in | 214 +
examples/cpp/parseBinary/data | Bin 0 -> 11 bytes
examples/cpp/parseBinary/data.g | 38 +
examples/cpp/preserveWhiteSpace/Main.cpp | 85 +
examples/cpp/preserveWhiteSpace/Makefile.in | 273 +
examples/cpp/preserveWhiteSpace/instr.g | 164 +
examples/cpp/preserveWhiteSpace/readme.txt | 5 +
examples/cpp/preserveWhiteSpace/test.in | 13 +
examples/cpp/tinyc/Main.cpp | 28 +
examples/cpp/tinyc/Makefile.in | 254 +
examples/cpp/tinyc/input.c | 17 +
examples/cpp/tinyc/lexer.g | 139 +
examples/cpp/tinyc/tinyc.g | 84 +
examples/cpp/tokenStreamRewrite/Makefile.in | 225 +
examples/cpp/tokenStreamRewrite/input.c | 21 +
examples/cpp/tokenStreamRewrite/main.cpp | 51 +
examples/cpp/tokenStreamRewrite/tinyc.g | 212 +
examples/cpp/transform/Main.cpp | 49 +
examples/cpp/transform/Makefile.in | 240 +
examples/cpp/transform/calc.g | 78 +
examples/cpp/transform/test.in | 1 +
examples/cpp/treewalk/Main.cpp | 67 +
examples/cpp/treewalk/Makefile.in | 253 +
examples/cpp/treewalk/MyAST.h | 85 +
examples/cpp/treewalk/simple.in | 3 +
examples/cpp/treewalk/test.in | 7 +
examples/cpp/treewalk/treewalk.g | 157 +
examples/cpp/unicode/Makefile.in | 189 +
.../cpp/unicode/MismatchedUnicodeCharException.cpp | 110 +
.../cpp/unicode/MismatchedUnicodeCharException.hpp | 82 +
examples/cpp/unicode/UnicodeCharBuffer.hpp | 83 +
examples/cpp/unicode/UnicodeCharScanner.hpp | 561 ++
examples/cpp/unicode/main.cpp | 57 +
examples/cpp/unicode/test.in | 5 +
examples/cpp/unicode/unicode.g | 67 +
examples/csharp/ASTsupport/ASTSupport.build | 71 +
examples/csharp/ASTsupport/ASTType49.cs | 4 +
examples/csharp/ASTsupport/Makefile.in | 160 +
examples/csharp/ASTsupport/MyAST.cs | 4 +
examples/csharp/ASTsupport/TestASTFactory.cs | 159 +
examples/csharp/ASTsupport/csccbug.cs | 20 +
examples/csharp/ASTsupport/shiplist | 3 +
examples/csharp/ASTsupport/t.bat | 3 +
examples/csharp/ASTsupport/test.g | 217 +
examples/csharp/HTML/HTML.build | 60 +
examples/csharp/HTML/Main.cs | 24 +
examples/csharp/HTML/Makefile.in | 124 +
examples/csharp/HTML/html.g | 1083 +++
examples/csharp/HTML/shiplist | 3 +
examples/csharp/HTML/test.html | 52 +
examples/csharp/IDL/IDL.build | 60 +
examples/csharp/IDL/Main.cs | 15 +
examples/csharp/IDL/Makefile.in | 124 +
examples/csharp/IDL/idl.g | 887 +++
examples/csharp/IDL/shiplist | 3 +
examples/csharp/IDL/test.idl | 61 +
examples/csharp/Makefile.in | 19 +
examples/csharp/ParseTreeDebug/Makefile.in | 129 +
.../csharp/ParseTreeDebug/ParseTreeDebug.build | 60 +
examples/csharp/ParseTreeDebug/Test.cs | 33 +
examples/csharp/ParseTreeDebug/decl.c | 17 +
examples/csharp/ParseTreeDebug/input.c | 21 +
examples/csharp/ParseTreeDebug/tinyc.g | 262 +
examples/csharp/TokenStreamRewrite/GenHdr.cs | 32 +
examples/csharp/TokenStreamRewrite/Makefile.in | 127 +
.../TokenStreamRewrite/TokenStreamRewrite.build | 60 +
examples/csharp/TokenStreamRewrite/input.c | 21 +
examples/csharp/TokenStreamRewrite/tinyc.g | 202 +
examples/csharp/calc/Calc.cs | 47 +
examples/csharp/calc/Makefile.in | 125 +
examples/csharp/calc/calc.build | 61 +
examples/csharp/calc/calc.g | 64 +
examples/csharp/calc/shiplist | 4 +
examples/csharp/calc/test.in | 1 +
examples/csharp/columns/Makefile.in | 123 +
examples/csharp/columns/columns.build | 60 +
examples/csharp/columns/csccbug.cs | 20 +
examples/csharp/columns/shiplist | 3 +
examples/csharp/columns/test.in | 3 +
examples/csharp/columns/track.g | 51 +
examples/csharp/cpp/Makefile.in | 122 +
examples/csharp/cpp/cpp.build | 59 +
examples/csharp/cpp/cpp.g | 284 +
examples/csharp/cpp/cpp.in | 3 +
examples/csharp/cpp/incl.h | 4 +
examples/csharp/cpp/subincl.h | 2 +
examples/csharp/csccbug.cs | 6 +
examples/csharp/csharp_v1/ASTNode.cs | 251 +
examples/csharp/csharp_v1/ASTNodeFactory.cs | 254 +
examples/csharp/csharp_v1/CSharpFlexLexer.cs | 3447 +++++++++
examples/csharp/csharp_v1/CSharpLexer.g | 622 ++
examples/csharp/csharp_v1/CSharpLexerBase.g | 200 +
examples/csharp/csharp_v1/CSharpParser.csproj | 155 +
examples/csharp/csharp_v1/CSharpParser.g | 1936 +++++
.../csharp_v1/CSharpPreprocessorHooverLexer.g | 243 +
.../csharp/csharp_v1/CSharpPreprocessorLexer.g | 265 +
examples/csharp/csharp_v1/CSharpPrettyPrinter.g | 1461 ++++
examples/csharp/csharp_v1/CodeMaskEnums.cs | 50 +
.../csharp/csharp_v1/CustomHiddenStreamToken.cs | 146 +
examples/csharp/csharp_v1/LICENSE.TXT | 26 +
examples/csharp/csharp_v1/Main.cs | 267 +
examples/csharp/csharp_v1/README.TXT | 139 +
examples/csharp/csharp_v1/Tools/csflex.exe | Bin 0 -> 290816 bytes
examples/csharp/csharp_v1/Tools/runtime.dll | Bin 0 -> 28672 bytes
examples/csharp/csharp_v1/UnicodeLexerBase.g | 690 ++
examples/csharp/csharp_v1/csharp.flex | 467 ++
examples/csharp/csharp_v1/csharp_v1.build | 99 +
.../csharp_v1/testfiles/AllCSharpConstructs.cs | 352 +
examples/csharp/csharp_v1/testfiles/Empty.cs | 0
.../csharp/csharp_v1/testfiles/EmptyNamespace.cs | 3 +
examples/csharp/csharp_v1/testfiles/Testing.cs | 83 +
examples/csharp/csharp_v1/testfiles/Using.cs | 23 +
.../csharp_v1/testfiles/UsingGlobalAttributes.cs | 154 +
examples/csharp/exprAST/Main.cs | 36 +
examples/csharp/exprAST/Makefile.in | 162 +
examples/csharp/exprAST/expr.g | 161 +
examples/csharp/exprAST/exprAST.build | 61 +
examples/csharp/exprAST/shiplist | 5 +
examples/csharp/exprAST/test.in | 2 +
examples/csharp/exprAST/test2.in | 2 +
examples/csharp/filter/Makefile.in | 123 +
examples/csharp/filter/Test.cs | 35 +
examples/csharp/filter/filter.build | 59 +
examples/csharp/filter/shiplist | 4 +
examples/csharp/filter/t.g | 13 +
examples/csharp/filter/test.html | 45 +
examples/csharp/filterWithRule/Makefile.in | 123 +
examples/csharp/filterWithRule/Test.cs | 35 +
examples/csharp/filterWithRule/Test.java | 22 +
.../csharp/filterWithRule/filterWithRule.build | 59 +
examples/csharp/filterWithRule/shiplist | 4 +
examples/csharp/filterWithRule/t.g | 21 +
examples/csharp/filterWithRule/t.html | 10 +
examples/csharp/heteroAST/BinaryOperatorAST.cs | 13 +
examples/csharp/heteroAST/CalcAST.cs | 15 +
examples/csharp/heteroAST/INTNode.cs | 42 +
examples/csharp/heteroAST/MULTNode.cs | 30 +
examples/csharp/heteroAST/Main.cs | 34 +
examples/csharp/heteroAST/Makefile.in | 129 +
examples/csharp/heteroAST/PLUSNode.cs | 30 +
examples/csharp/heteroAST/calc.g | 65 +
examples/csharp/heteroAST/heteroAST.build | 60 +
examples/csharp/heteroAST/shiplist | 10 +
examples/csharp/heteroAST/test.in | 1 +
examples/csharp/imagNodeAST/Main.cs | 24 +
examples/csharp/imagNodeAST/Makefile.in | 129 +
examples/csharp/imagNodeAST/imagNodeAST.build | 65 +
examples/csharp/imagNodeAST/shiplist | 4 +
examples/csharp/imagNodeAST/simple.in | 6 +
examples/csharp/imagNodeAST/test.in | 14 +
examples/csharp/imagNodeAST/treewalk.g | 100 +
examples/csharp/includeFile/Main.cs | 39 +
examples/csharp/includeFile/Makefile.in | 123 +
examples/csharp/includeFile/P.g | 120 +
examples/csharp/includeFile/incl.h | 8 +
examples/csharp/includeFile/includeFile.build | 63 +
examples/csharp/includeFile/shiplist | 5 +
examples/csharp/includeFile/subincl.h | 4 +
examples/csharp/includeFile/test.c | 6 +
examples/csharp/inherit.tinyc/Main.cs | 18 +
examples/csharp/inherit.tinyc/Makefile.in | 129 +
examples/csharp/inherit.tinyc/inherit.tinyc.build | 67 +
examples/csharp/inherit.tinyc/input.c | 34 +
examples/csharp/inherit.tinyc/runtest.bat | 42 +
examples/csharp/inherit.tinyc/runtest.sh | 17 +
examples/csharp/inherit.tinyc/shiplist | 5 +
examples/csharp/inherit.tinyc/subc.g | 16 +
examples/csharp/java/JavaParser.csproj | 118 +
examples/csharp/java/Main.cs | 139 +
examples/csharp/java/Main.java | 116 +
examples/csharp/java/Makefile.in | 167 +
examples/csharp/java/T.java | 18 +
examples/csharp/java/java.build | 66 +
examples/csharp/java/java.g | 1275 +++
examples/csharp/java/java.tree.g | 329 +
examples/csharp/java/shiplist | 7 +
examples/csharp/java/tests/E.java | 24 +
examples/csharp/java/tests/Main.java | 116 +
examples/csharp/java/tests/T.java | 21 +
examples/csharp/multiLexer/CommonTokenTypes.txt | 3 +
examples/csharp/multiLexer/Main.cs | 46 +
examples/csharp/multiLexer/Makefile.in | 137 +
examples/csharp/multiLexer/javadoclex.g | 46 +
examples/csharp/multiLexer/javadocparse.g | 17 +
examples/csharp/multiLexer/javalex.g | 35 +
examples/csharp/multiLexer/javaparse.g | 22 +
examples/csharp/multiLexer/multiLexer.build | 63 +
examples/csharp/multiLexer/shiplist | 8 +
examples/csharp/multiLexer/test.in | 6 +
examples/csharp/parseBinary/Main.cs | 16 +
examples/csharp/parseBinary/Makefile.in | 127 +
examples/csharp/parseBinary/MkData.cs | 19 +
examples/csharp/parseBinary/data | Bin 0 -> 11 bytes
examples/csharp/parseBinary/data.g | 30 +
examples/csharp/parseBinary/parseBinary.build | 73 +
examples/csharp/parseBinary/runtests.bat | 3 +
examples/csharp/parseBinary/shiplist | 4 +
examples/csharp/preserveWhiteSpace/InstrMain.cs | 49 +
examples/csharp/preserveWhiteSpace/Makefile.in | 130 +
examples/csharp/preserveWhiteSpace/instr.g | 161 +
.../preserveWhiteSpace/preserveWhiteSpace.build | 62 +
examples/csharp/preserveWhiteSpace/readme.txt | 5 +
examples/csharp/preserveWhiteSpace/shiplist | 4 +
examples/csharp/preserveWhiteSpace/test.in | 13 +
examples/csharp/tinyc/Makefile.in | 128 +
examples/csharp/tinyc/input.c | 17 +
examples/csharp/tinyc/lexer.g | 139 +
examples/csharp/tinyc/shiplist | 3 +
examples/csharp/tinyc/tinyc.build | 61 +
examples/csharp/tinyc/tinyc.g | 103 +
examples/csharp/unicode/Makefile.in | 126 +
examples/csharp/unicode/csccbug.cs | 20 +
examples/csharp/unicode/shiplist | 2 +
examples/csharp/unicode/test.in | 5 +
examples/csharp/unicode/unicode.build | 60 +
examples/csharp/unicode/unicode.g | 58 +
examples/java/ASTsupport/ASTType49.java | 3 +
examples/java/ASTsupport/Makefile.in | 124 +
examples/java/ASTsupport/MyAST.java | 3 +
examples/java/ASTsupport/TestASTFactory.java | 144 +
examples/java/ASTsupport/shiplist | 2 +
examples/java/ASTsupport/t.bat | 3 +
examples/java/ASTsupport/test.g | 209 +
examples/java/HTML/Main.java | 25 +
examples/java/HTML/Makefile.in | 116 +
examples/java/HTML/html.g | 1078 +++
examples/java/HTML/shiplist | 3 +
examples/java/HTML/test.html | 52 +
examples/java/IDL/Main.java | 15 +
examples/java/IDL/Makefile.in | 109 +
examples/java/IDL/idl.g | 888 +++
examples/java/IDL/shiplist | 3 +
examples/java/IDL/test.idl | 61 +
examples/java/Makefile.in | 18 +
examples/java/calc/Calc.java | 32 +
examples/java/calc/Makefile.in | 133 +
examples/java/calc/calc.g | 60 +
examples/java/calc/shiplist | 3 +
examples/java/calc/test.in | 1 +
examples/java/columns/Makefile.in | 107 +
examples/java/columns/shiplist | 2 +
examples/java/columns/test.in | 3 +
examples/java/columns/track.g | 35 +
examples/java/cpp/Makefile.in | 127 +
examples/java/cpp/cpp.g | 277 +
examples/java/cpp/cpp.in | 3 +
examples/java/cpp/incl.h | 4 +
examples/java/cpp/subincl.h | 2 +
examples/java/exprAST/Main.java | 26 +
examples/java/exprAST/Makefile.in | 120 +
examples/java/exprAST/expr.g | 160 +
examples/java/exprAST/shiplist | 4 +
examples/java/exprAST/test.in | 2 +
examples/java/exprAST/test2.in | 2 +
examples/java/filter/Makefile.in | 115 +
examples/java/filter/Test.java | 22 +
examples/java/filter/shiplist | 3 +
examples/java/filter/t.g | 8 +
examples/java/filter/test.html | 45 +
examples/java/filterWithRule/Makefile.in | 115 +
examples/java/filterWithRule/Test.java | 22 +
examples/java/filterWithRule/shiplist | 3 +
examples/java/filterWithRule/t.g | 16 +
examples/java/filterWithRule/t.html | 10 +
examples/java/heteroAST/BinaryOperatorAST.java | 11 +
examples/java/heteroAST/CalcAST.java | 14 +
examples/java/heteroAST/INTNode.java | 29 +
examples/java/heteroAST/MULTNode.java | 27 +
examples/java/heteroAST/Main.java | 33 +
examples/java/heteroAST/Makefile.in | 121 +
examples/java/heteroAST/PLUSNode.java | 27 +
examples/java/heteroAST/calc.g | 60 +
examples/java/heteroAST/shiplist | 10 +
examples/java/heteroAST/test.in | 1 +
examples/java/imagNodeAST/Main.java | 20 +
examples/java/imagNodeAST/Makefile.in | 106 +
examples/java/imagNodeAST/shiplist | 4 +
examples/java/imagNodeAST/simple.in | 3 +
examples/java/imagNodeAST/test.in | 7 +
examples/java/imagNodeAST/treewalk.g | 93 +
examples/java/includeFile/Main.java | 38 +
examples/java/includeFile/Makefile.in | 110 +
examples/java/includeFile/P.g | 117 +
examples/java/includeFile/incl.h | 4 +
examples/java/includeFile/shiplist | 5 +
examples/java/includeFile/subincl.h | 2 +
examples/java/includeFile/test.c | 3 +
examples/java/inherit.tinyc/Main.java | 13 +
examples/java/inherit.tinyc/Makefile.in | 116 +
examples/java/inherit.tinyc/input.c | 17 +
examples/java/inherit.tinyc/runtest.bat | 21 +
examples/java/inherit.tinyc/runtest.sh | 17 +
examples/java/inherit.tinyc/shiplist | 5 +
examples/java/inherit.tinyc/subc.g | 15 +
examples/java/java/Main.java | 114 +
examples/java/java/Makefile.in | 123 +
examples/java/java/java.g | 1272 +++
examples/java/java/java.tree.g | 324 +
examples/java/java/shiplist | 5 +
examples/java/java/tests/E.java | 24 +
examples/java/java/tests/T.java | 22 +
examples/java/lexRewrite/Main.java | 14 +
examples/java/lexRewrite/Makefile.in | 105 +
examples/java/lexRewrite/rewrite.g | 51 +
examples/java/lexRewrite/shiplist | 3 +
examples/java/lexRewrite/test.in | 1 +
examples/java/linkChecker/LinkChecker.java | 266 +
examples/java/linkChecker/LinkListener.java | 4 +
examples/java/linkChecker/Main.java | 19 +
examples/java/linkChecker/Makefile.in | 112 +
examples/java/linkChecker/links.g | 107 +
examples/java/linkChecker/shiplist | 5 +
examples/java/linkChecker/test.html | 14 +
examples/java/multiLexer/CommonTokenTypes.txt | 3 +
examples/java/multiLexer/Main.java | 47 +
examples/java/multiLexer/Makefile.in | 120 +
examples/java/multiLexer/javadoclex.g | 41 +
examples/java/multiLexer/javadocparse.g | 12 +
examples/java/multiLexer/javalex.g | 30 +
examples/java/multiLexer/javaparse.g | 17 +
examples/java/multiLexer/shiplist | 8 +
examples/java/multiLexer/test.in | 6 +
examples/java/parseBinary/Main.java | 14 +
examples/java/parseBinary/Makefile.in | 107 +
examples/java/parseBinary/MkData.java | 17 +
examples/java/parseBinary/data | Bin 0 -> 11 bytes
examples/java/parseBinary/data.g | 25 +
examples/java/parseBinary/shiplist | 4 +
examples/java/pascal/ArrayType.java | 14 +
examples/java/pascal/Constant.java | 8 +
examples/java/pascal/Field.java | 11 +
examples/java/pascal/Function.java | 5 +
examples/java/pascal/IntegerConstant.java | 41 +
examples/java/pascal/IntegerType.java | 8 +
examples/java/pascal/Makefile.in | 153 +
examples/java/pascal/PascalAST.java | 9 +
examples/java/pascal/PascalLexer.java | 1000 +++
examples/java/pascal/PascalParser.java | 3420 ++++++++
examples/java/pascal/PascalTokenTypes.java | 111 +
examples/java/pascal/PascalTreeParserSuper.java | 3284 ++++++++
.../pascal/PascalTreeParserSuperTokenTypes.java | 111 +
examples/java/pascal/Procedure.java | 7 +
examples/java/pascal/RealConstant.java | 43 +
examples/java/pascal/RealType.java | 8 +
examples/java/pascal/RecordType.java | 4 +
examples/java/pascal/ScalarType.java | 5 +
examples/java/pascal/Scope.java | 33 +
examples/java/pascal/Symbol.java | 26 +
examples/java/pascal/SymbolTable.java | 20 +
examples/java/pascal/SymtabPhase.java | 3444 +++++++++
examples/java/pascal/SymtabPhaseTokenTypes.java | 111 +
examples/java/pascal/TypeSpecifier.java | 23 +
examples/java/pascal/Unit.java | 7 +
examples/java/pascal/UserDefinedType.java | 27 +
examples/java/pascal/Variable.java | 36 +
examples/java/pascal/pascal.g | 869 +++
examples/java/pascal/pascal.tree.g | 420 +
examples/java/pascal/shiplist | 31 +
examples/java/pascal/symtab.g | 291 +
examples/java/pascal/test/P_0_1.PAS | 28 +
examples/java/pascal/test/P_3_1.PAS | 25 +
examples/java/pascal/test/P_4_1.PAS | 12 +
examples/java/pascal/test/P_4_2.PAS | 20 +
examples/java/pascal/test/P_4_3.PAS | 19 +
examples/java/pascal/test/P_4_4.PAS | 17 +
examples/java/pascal/test/P_4_5.PAS | 28 +
examples/java/pascal/test/P_8_2.PAS | 44 +
examples/java/pascal/test/big.pas | 5651 ++++++++++++++
examples/java/preserveWhiteSpace/InstrMain.java | 48 +
examples/java/preserveWhiteSpace/Makefile.in | 129 +
examples/java/preserveWhiteSpace/instr.g | 156 +
examples/java/preserveWhiteSpace/readme.txt | 5 +
examples/java/preserveWhiteSpace/shiplist | 4 +
examples/java/preserveWhiteSpace/test.in | 13 +
examples/java/tinybasic/Context.java | 172 +
examples/java/tinybasic/DTArray1D.java | 75 +
examples/java/tinybasic/DTArray2D.java | 76 +
examples/java/tinybasic/DTArray3D.java | 85 +
examples/java/tinybasic/DTCodeType.java | 68 +
examples/java/tinybasic/DTDataType.java | 104 +
examples/java/tinybasic/DTDataTypeProxy.java | 79 +
examples/java/tinybasic/DTExecException.java | 12 +
examples/java/tinybasic/DTExitModuleException.java | 12 +
examples/java/tinybasic/DTFloat.java | 88 +
examples/java/tinybasic/DTFunction.java | 14 +
examples/java/tinybasic/DTInteger.java | 105 +
examples/java/tinybasic/DTString.java | 36 +
examples/java/tinybasic/DTSubroutine.java | 14 +
examples/java/tinybasic/FunctionScope.java | 9 +
examples/java/tinybasic/GlobalScope.java | 7 +
examples/java/tinybasic/Main.java | 115 +
examples/java/tinybasic/Makefile.in | 151 +
examples/java/tinybasic/ProgramScope.java | 10 +
examples/java/tinybasic/README.txt | 41 +
examples/java/tinybasic/Scope.java | 60 +
examples/java/tinybasic/SubroutineScope.java | 9 +
examples/java/tinybasic/TinyBasic.g | 1347 ++++
examples/java/tinybasic/TinyBasicTreeWalker.g | 567 ++
examples/java/tinybasic/shiplist | 27 +
examples/java/tinybasic/try.bas | 44 +
examples/java/tinybasic/try1.bas | 34 +
examples/java/tinybasic/try2.bas | 23 +
examples/java/tinyc/Makefile.in | 116 +
examples/java/tinyc/input.c | 17 +
examples/java/tinyc/lexer.g | 138 +
examples/java/tinyc/shiplist | 3 +
examples/java/tinyc/tinyc.g | 99 +
examples/java/transform/Calc.java | 25 +
examples/java/transform/Makefile.in | 116 +
examples/java/transform/calc.g | 74 +
examples/java/transform/shiplist | 3 +
examples/java/transform/test.in | 1 +
examples/java/treewalk/Main.java | 19 +
examples/java/treewalk/Makefile.in | 122 +
examples/java/treewalk/shiplist | 4 +
examples/java/treewalk/simple.in | 3 +
examples/java/treewalk/test.in | 7 +
examples/java/treewalk/treewalk.g | 128 +
examples/java/unicode.IDENTs/Debug.java | 193 +
examples/java/unicode.IDENTs/Main.java | 74 +
examples/java/unicode.IDENTs/Makefile.in | 121 +
examples/java/unicode.IDENTs/Unicode.g | 86 +
examples/java/unicode.IDENTs/Unicode.readme | 23 +
examples/java/unicode.IDENTs/font.properties | 202 +
examples/java/unicode.IDENTs/shiplist | 8 +
examples/java/unicode.IDENTs/test.in | 4 +
examples/java/unicode/Makefile.in | 114 +
examples/java/unicode/shiplist | 2 +
examples/java/unicode/test.in | 5 +
examples/java/unicode/unicode.g | 42 +
examples/java/xml/Main.java | 18 +
examples/java/xml/Makefile.in | 115 +
examples/java/xml/test.xml | 21 +
examples/java/xml/xml.g | 231 +
examples/python/ASTsupport/Makefile.in | 83 +
examples/python/ASTsupport/astsupport.g | 166 +
examples/python/ASTsupport/astsupport.py | 107 +
examples/python/HTML/Makefile.in | 79 +
examples/python/HTML/html.g | 710 ++
examples/python/HTML/html.in | 52 +
examples/python/IDL/Makefile.in | 86 +
examples/python/IDL/idl.g | 877 +++
examples/python/IDL/idl.in | 61 +
examples/python/IDL/idl.py | 90 +
examples/python/Makefile.in | 18 +
examples/python/asn1/Makefile.in | 86 +
examples/python/asn1/asn1.g | 332 +
examples/python/asn1/asn1.in | 1193 +++
examples/python/asn1/asn1.py | 81 +
examples/python/asn1/asn1tokens.txt | 97 +
examples/python/calc/Makefile.in | 99 +
examples/python/calc/calc.g | 308 +
examples/python/calc/calc.in | 16 +
examples/python/calc/calc.py | 228 +
examples/python/columns/Makefile.in | 79 +
examples/python/columns/columns.g | 66 +
examples/python/columns/columns.in | 3 +
examples/python/cpp/Makefile.in | 84 +
examples/python/cpp/cpp.g | 308 +
examples/python/cpp/cpp.in | 3 +
examples/python/cpp/incl.h | 4 +
examples/python/cpp/subincl.h | 2 +
examples/python/exprAST/Makefile.in | 87 +
examples/python/exprAST/expr.g | 165 +
examples/python/exprAST/expr.in | 2 +
examples/python/exprAST/expr.py | 90 +
examples/python/exprAST/expr2.in | 2 +
examples/python/filter/Makefile.in | 79 +
examples/python/filter/filter.g | 41 +
examples/python/filter/filter.in | 45 +
examples/python/filterWithRule/Makefile.in | 79 +
examples/python/filterWithRule/rulefilter.g | 48 +
examples/python/filterWithRule/rulefilter.in | 10 +
examples/python/heteroAST/Makefile.in | 85 +
examples/python/heteroAST/hetero.g | 73 +
examples/python/heteroAST/hetero.in | 1 +
examples/python/heteroAST/hetero.py | 171 +
examples/python/imagNodeAST/Makefile.in | 86 +
examples/python/imagNodeAST/imagnode.g | 102 +
examples/python/imagNodeAST/imagnode.in | 7 +
examples/python/imagNodeAST/imagnode.py | 93 +
examples/python/includeFile/Makefile.in | 87 +
examples/python/includeFile/incfile.g | 100 +
examples/python/includeFile/incfile.in | 3 +
examples/python/includeFile/incfile.py | 131 +
examples/python/includeFile/incl.h | 4 +
examples/python/includeFile/subincl.h | 2 +
examples/python/inherit.tinyc/Makefile.in | 113 +
examples/python/inherit.tinyc/inherit.g | 21 +
examples/python/inherit.tinyc/inherit.in | 17 +
examples/python/inherit.tinyc/inherit.py | 40 +
examples/python/inherit.tinyc/tinyc_l.g | 144 +
examples/python/inherit.tinyc/tinyc_p.g | 129 +
examples/python/java/Makefile.in | 55 +
examples/python/java/java.g | 1160 +++
examples/python/java/java.in | 22 +
examples/python/java/java.py | 93 +
examples/python/java/java_w.g | 335 +
examples/python/lexRewrite/Makefile.in | 82 +
examples/python/lexRewrite/rewrite.g | 60 +
examples/python/lexRewrite/rewrite.in | 1 +
examples/python/lexRewrite/rewrite.py | 15 +
examples/python/lexerTester/LT1test.py | 21 +
examples/python/lexerTester/LT2test.py | 21 +
examples/python/lexerTester/LT3test.py | 21 +
examples/python/lexerTester/LT4test.py | 21 +
examples/python/lexerTester/LT5test.py | 21 +
examples/python/lexerTester/Makefile.in | 102 +
examples/python/lexerTester/lexertester.g | 33 +
examples/python/lexerTester/shiplist | 12 +
examples/python/lexerTester/simplelexer1.g | 26 +
examples/python/lexerTester/simplelexer2.g | 26 +
examples/python/lexerTester/simplelexer3.g | 23 +
examples/python/lexerTester/simplelexer4.g | 23 +
examples/python/lexerTester/simplelexer5.g | 23 +
examples/python/lexerTester/test.in | 1 +
examples/python/linkChecker/LinkChecker.py | 240 +
examples/python/linkChecker/Makefile.in | 83 +
examples/python/linkChecker/links.g | 117 +
examples/python/linkChecker/test.html | 14 +
examples/python/multiLexer/Makefile.in | 93 +
examples/python/multiLexer/javadoc_l.g | 51 +
examples/python/multiLexer/javadoc_p.g | 21 +
examples/python/multiLexer/multilex.in | 6 +
examples/python/multiLexer/multilex.py | 119 +
examples/python/multiLexer/multilex.tok | 3 +
examples/python/multiLexer/multilex_l.g | 39 +
examples/python/multiLexer/multilex_p.g | 27 +
examples/python/multiParser/Makefile.in | 84 +
examples/python/multiParser/lexer.g | 30 +
examples/python/multiParser/multiparser.in | 1 +
examples/python/multiParser/multiparser.py | 47 +
examples/python/multiParser/parser1.g | 29 +
examples/python/multiParser/parser2.g | 24 +
examples/python/parseBinary/Makefile.in | 83 +
examples/python/parseBinary/binary.g | 34 +
examples/python/parseBinary/binary.in | Bin 0 -> 11 bytes
examples/python/parseBinary/binary.py | 85 +
examples/python/pascal/Makefile.in | 87 +
examples/python/pascal/pascal.g | 725 ++
examples/python/pascal/pascal.in | 28 +
examples/python/pascal/pascal.py | 101 +
examples/python/pascal/pascalw.g | 429 ++
examples/python/preserveWhiteSpace/Makefile.in | 86 +
examples/python/preserveWhiteSpace/keepws.g | 149 +
examples/python/preserveWhiteSpace/keepws.in | 13 +
examples/python/preserveWhiteSpace/keepws.py | 134 +
examples/python/tinybasic/Makefile.in | 59 +
examples/python/tinybasic/basic.g | 1351 ++++
examples/python/tinybasic/basic.in | 45 +
examples/python/tinybasic/basic.py | 957 +++
examples/python/tinybasic/basic1.in | 34 +
examples/python/tinybasic/basic2.in | 19 +
examples/python/tinybasic/basic_w.g | 568 ++
examples/python/tinyc/Makefile.in | 81 +
examples/python/tinyc/tinyc.in | 17 +
examples/python/tinyc/tinyc_l.g | 144 +
examples/python/tinyc/tinyc_p.g | 124 +
examples/python/transform/Makefile.in | 86 +
examples/python/transform/transform.g | 76 +
examples/python/transform/transform.in | 1 +
examples/python/transform/transform.py | 94 +
examples/python/treewalk/Makefile.in | 86 +
examples/python/treewalk/treewalk.g | 138 +
examples/python/treewalk/treewalk.in | 7 +
examples/python/treewalk/treewalk.py | 94 +
examples/python/unicode.IDENTs/Makefile.in | 84 +
examples/python/unicode.IDENTs/ident.g | 133 +
examples/python/unicode.IDENTs/ident.in | 4 +
examples/python/unicode.IDENTs/ident.py | 51 +
examples/python/unicode/Makefile.in | 82 +
examples/python/unicode/unicode.g | 62 +
examples/python/unicode/unicode.in | 5 +
examples/python/unicode/unicode.py | 48 +
examples/python/xml/Makefile.in | 83 +
examples/python/xml/xml.g | 242 +
examples/python/xml/xml.in | 21 +
examples/python/xml/xml.py | 45 +
extras/antlr-jedit.xml | 225 +
extras/antlr-mode.el | 2521 ++++++
extras/antlr-x.y.z.README | 21 +
extras/setup.hint | 12 +
lib/Makefile.in | 13 +
lib/cpp/AUTHORS | 2 +
lib/cpp/ChangeLog | 815 ++
lib/cpp/Makefile.in | 19 +
lib/cpp/README | 191 +
lib/cpp/TODO | 83 +
lib/cpp/antlr/ANTLRException.hpp | 59 +
lib/cpp/antlr/ANTLRUtil.hpp | 53 +
lib/cpp/antlr/AST.hpp | 166 +
lib/cpp/antlr/ASTArray.hpp | 45 +
lib/cpp/antlr/ASTFactory.hpp | 165 +
lib/cpp/antlr/ASTNULLType.hpp | 64 +
lib/cpp/antlr/ASTPair.hpp | 57 +
lib/cpp/antlr/ASTRefCount.hpp | 98 +
lib/cpp/antlr/BaseAST.hpp | 193 +
lib/cpp/antlr/BitSet.hpp | 60 +
lib/cpp/antlr/CharBuffer.hpp | 56 +
lib/cpp/antlr/CharInputBuffer.hpp | 77 +
lib/cpp/antlr/CharScanner.hpp | 574 ++
lib/cpp/antlr/CharStreamException.hpp | 29 +
lib/cpp/antlr/CharStreamIOException.hpp | 31 +
lib/cpp/antlr/CircularQueue.hpp | 100 +
lib/cpp/antlr/CommonAST.hpp | 110 +
lib/cpp/antlr/CommonASTWithHiddenTokens.hpp | 60 +
lib/cpp/antlr/CommonHiddenStreamToken.hpp | 41 +
lib/cpp/antlr/CommonToken.hpp | 83 +
lib/cpp/antlr/IOException.hpp | 45 +
lib/cpp/antlr/InputBuffer.hpp | 146 +
lib/cpp/antlr/LLkParser.hpp | 67 +
lib/cpp/antlr/LexerSharedInputState.hpp | 156 +
lib/cpp/antlr/Makefile.in | 89 +
lib/cpp/antlr/MismatchedCharException.hpp | 102 +
lib/cpp/antlr/MismatchedTokenException.hpp | 144 +
lib/cpp/antlr/NoViableAltException.hpp | 40 +
lib/cpp/antlr/NoViableAltForCharException.hpp | 41 +
lib/cpp/antlr/Parser.hpp | 319 +
lib/cpp/antlr/ParserSharedInputState.hpp | 92 +
lib/cpp/antlr/RecognitionException.hpp | 66 +
lib/cpp/antlr/RefCount.hpp | 80 +
lib/cpp/antlr/SemanticException.hpp | 40 +
lib/cpp/antlr/String.hpp | 27 +
lib/cpp/antlr/Token.hpp | 108 +
lib/cpp/antlr/TokenBuffer.hpp | 121 +
lib/cpp/antlr/TokenRefCount.hpp | 98 +
lib/cpp/antlr/TokenStream.hpp | 34 +
lib/cpp/antlr/TokenStreamBasicFilter.hpp | 46 +
lib/cpp/antlr/TokenStreamException.hpp | 41 +
lib/cpp/antlr/TokenStreamHiddenTokenFilter.hpp | 95 +
lib/cpp/antlr/TokenStreamIOException.hpp | 40 +
lib/cpp/antlr/TokenStreamRecognitionException.hpp | 57 +
lib/cpp/antlr/TokenStreamRetryException.hpp | 28 +
lib/cpp/antlr/TokenStreamRewriteEngine.hpp | 439 ++
lib/cpp/antlr/TokenStreamSelector.hpp | 87 +
lib/cpp/antlr/TokenWithIndex.hpp | 84 +
lib/cpp/antlr/TreeParser.hpp | 155 +
lib/cpp/antlr/TreeParserSharedInputState.hpp | 45 +
lib/cpp/antlr/config.hpp | 290 +
lib/cpp/contrib/bcb4/README | 3 +
lib/cpp/contrib/bcb4/antlr.bpr | 182 +
lib/cpp/contrib/bcb4/antlr.cpp | 37 +
lib/cpp/doxygen.cfg | 101 +
lib/cpp/scripts/cr_stripper.sh | 5 +
lib/cpp/scripts/make_change_log.tcl | 57 +
lib/cpp/src/ANTLRUtil.cpp | 163 +
lib/cpp/src/ASTFactory.cpp | 504 ++
lib/cpp/src/ASTNULLType.cpp | 157 +
lib/cpp/src/ASTRefCount.cpp | 41 +
lib/cpp/src/BaseAST.cpp | 281 +
lib/cpp/src/BitSet.cpp | 62 +
lib/cpp/src/CharBuffer.cpp | 52 +
lib/cpp/src/CharScanner.cpp | 108 +
lib/cpp/src/CommonAST.cpp | 49 +
lib/cpp/src/CommonASTWithHiddenTokens.cpp | 64 +
lib/cpp/src/CommonHiddenStreamToken.cpp | 56 +
lib/cpp/src/CommonToken.cpp | 45 +
lib/cpp/src/InputBuffer.cpp | 81 +
lib/cpp/src/LLkParser.cpp | 85 +
lib/cpp/src/Makefile.in | 136 +
lib/cpp/src/MismatchedCharException.cpp | 120 +
lib/cpp/src/MismatchedTokenException.cpp | 196 +
lib/cpp/src/NoViableAltException.cpp | 52 +
lib/cpp/src/NoViableAltForCharException.cpp | 39 +
lib/cpp/src/Parser.cpp | 113 +
lib/cpp/src/RecognitionException.cpp | 71 +
lib/cpp/src/String.cpp | 90 +
lib/cpp/src/Token.cpp | 80 +
lib/cpp/src/TokenBuffer.cpp | 96 +
lib/cpp/src/TokenRefCount.cpp | 41 +
lib/cpp/src/TokenStreamBasicFilter.cpp | 44 +
lib/cpp/src/TokenStreamHiddenTokenFilter.cpp | 156 +
lib/cpp/src/TokenStreamRewriteEngine.cpp | 214 +
lib/cpp/src/TokenStreamSelector.cpp | 107 +
lib/cpp/src/TreeParser.cpp | 72 +
lib/cpp/src/dll.cpp | 138 +
lib/csharp/Makefile.in | 11 +
lib/csharp/antlr.astframe/AssemblyInfo.cs | 44 +
lib/csharp/antlr.astframe/Makefile.in | 63 +
lib/csharp/antlr.astframe/antlr.astframe.csproj | 113 +
.../antlr.astframe/antlr.debug.misc/ASTFrame.cs | 112 +
.../antlr.astframe/antlr.debug.misc/ASTFrame.resx | 203 +
.../antlr.debug.misc/JTreeASTPanel.cs | 126 +
.../antlr.debug.misc/JTreeASTPanel.resx | 203 +
lib/csharp/antlr.net-runtime.sln | 33 +
lib/csharp/antlr.runtime.build | 191 +
lib/csharp/antlr.runtime/AssemblyInfo.cs | 44 +
lib/csharp/antlr.runtime/Makefile.in | 153 +
lib/csharp/antlr.runtime/SupportClass.cs | 29 +
.../antlr.collections.impl/ASTArray.cs | 42 +
.../antlr.runtime/antlr.collections.impl/BitSet.cs | 539 ++
lib/csharp/antlr.runtime/antlr.collections/AST.cs | 89 +
.../antlr.runtime/antlr.debug/ANTLREventArgs.cs | 37 +
.../antlr.debug/DebuggingCharScanner.cs | 322 +
.../antlr.debug/DebuggingInputBuffer.cs | 82 +
.../antlr.runtime/antlr.debug/DebuggingParser.cs | 12 +
.../antlr.runtime/antlr.debug/GuessingEventArgs.cs | 31 +
.../antlr.debug/ICharScannerDebugSubject.cs | 15 +
.../antlr.runtime/antlr.debug/IDebugSubject.cs | 23 +
.../antlr.debug/IParserDebugSubject.cs | 14 +
.../antlr.debug/InputBufferEventArgs.cs | 50 +
.../antlr.debug/InputBufferEventSupport.cs | 124 +
.../antlr.debug/InputBufferListener.cs | 12 +
.../antlr.debug/InputBufferListenerBase.cs | 65 +
.../antlr.debug/InputBufferReporter.cs | 36 +
.../antlr.debug/LLkDebuggingParser.cs | 299 +
lib/csharp/antlr.runtime/antlr.debug/Listener.cs | 11 +
.../antlr.runtime/antlr.debug/MessageEventArgs.cs | 41 +
.../antlr.runtime/antlr.debug/MessageListener.cs | 10 +
.../antlr.debug/MessageListenerBase.cs | 47 +
.../antlr.runtime/antlr.debug/NewLineEventArgs.cs | 31 +
.../antlr.runtime/antlr.debug/NewLineListener.cs | 9 +
.../antlr.debug/ParseTreeDebugParser.cs | 162 +
.../antlr.runtime/antlr.debug/ParserController.cs | 14 +
.../antlr.debug/ParserEventSupport.cs | 490 ++
.../antlr.runtime/antlr.debug/ParserListener.cs | 8 +
.../antlr.debug/ParserListenerBase.cs | 155 +
.../antlr.debug/ParserMatchEventArgs.cs | 93 +
.../antlr.debug/ParserMatchListener.cs | 12 +
.../antlr.debug/ParserMatchListenerBase.cs | 65 +
.../antlr.runtime/antlr.debug/ParserReporter.cs | 56 +
.../antlr.debug/ParserTokenEventArgs.cs | 51 +
.../antlr.debug/ParserTokenListener.cs | 10 +
.../antlr.debug/ParserTokenListenerBase.cs | 47 +
.../antlr.debug/ScannerEventSupport.cs | 484 ++
.../antlr.debug/SemanticPredicateEventArgs.cs | 47 +
.../antlr.debug/SemanticPredicateListener.cs | 9 +
.../antlr.debug/SemanticPredicateListenerBase.cs | 38 +
.../antlr.debug/SyntacticPredicateEventArgs.cs | 21 +
.../antlr.debug/SyntacticPredicateListener.cs | 11 +
.../antlr.debug/SyntacticPredicateListenerBase.cs | 56 +
.../antlr.runtime/antlr.debug/TraceEventArgs.cs | 49 +
.../antlr.runtime/antlr.debug/TraceListener.cs | 10 +
.../antlr.runtime/antlr.debug/TraceListenerBase.cs | 47 +
lib/csharp/antlr.runtime/antlr.debug/Tracer.cs | 33 +
lib/csharp/antlr.runtime/antlr.runtime.csproj | 582 ++
lib/csharp/antlr.runtime/antlr/ANTLRException.cs | 35 +
.../antlr.runtime/antlr/ANTLRPanicException.cs | 35 +
lib/csharp/antlr.runtime/antlr/ASTFactory.cs | 708 ++
lib/csharp/antlr.runtime/antlr/ASTNULLType.cs | 123 +
lib/csharp/antlr.runtime/antlr/ASTNodeCreator.cs | 52 +
lib/csharp/antlr.runtime/antlr/ASTPair.cs | 68 +
lib/csharp/antlr.runtime/antlr/ASTVisitor.cs | 29 +
lib/csharp/antlr.runtime/antlr/BaseAST.cs | 616 ++
lib/csharp/antlr.runtime/antlr/ByteBuffer.cs | 93 +
lib/csharp/antlr.runtime/antlr/CharBuffer.cs | 92 +
lib/csharp/antlr.runtime/antlr/CharQueue.cs | 120 +
lib/csharp/antlr.runtime/antlr/CharScanner.cs | 814 ++
.../antlr.runtime/antlr/CharStreamException.cs | 34 +
.../antlr.runtime/antlr/CharStreamIOException.cs | 34 +
lib/csharp/antlr.runtime/antlr/CommonAST.cs | 123 +
.../antlr/CommonASTWithHiddenTokens.cs | 104 +
.../antlr.runtime/antlr/CommonHiddenStreamToken.cs | 84 +
lib/csharp/antlr.runtime/antlr/CommonToken.cs | 105 +
.../antlr/DefaultFileLineFormatter.cs | 48 +
lib/csharp/antlr.runtime/antlr/DumpASTVisitor.cs | 95 +
.../antlr.runtime/antlr/FileLineFormatter.cs | 41 +
.../antlr.runtime/antlr/IHiddenStreamToken.cs | 28 +
lib/csharp/antlr.runtime/antlr/IToken.cs | 40 +
lib/csharp/antlr.runtime/antlr/InputBuffer.cs | 165 +
lib/csharp/antlr.runtime/antlr/LLkParser.cs | 100 +
.../antlr.runtime/antlr/LexerSharedInputState.cs | 88 +
.../antlr.runtime/antlr/MismatchedCharException.cs | 179 +
.../antlr/MismatchedTokenException.cs | 214 +
.../antlr.runtime/antlr/NoViableAltException.cs | 61 +
.../antlr/NoViableAltForCharException.cs | 66 +
lib/csharp/antlr.runtime/antlr/ParseTree.cs | 75 +
lib/csharp/antlr.runtime/antlr/ParseTreeRule.cs | 92 +
lib/csharp/antlr.runtime/antlr/ParseTreeToken.cs | 44 +
lib/csharp/antlr.runtime/antlr/Parser.cs | 507 ++
.../antlr.runtime/antlr/ParserSharedInputState.cs | 44 +
.../antlr.runtime/antlr/RecognitionException.cs | 82 +
.../antlr.runtime/antlr/SemanticException.cs | 39 +
lib/csharp/antlr.runtime/antlr/StringUtils.cs | 119 +
lib/csharp/antlr.runtime/antlr/Token.cs | 99 +
lib/csharp/antlr.runtime/antlr/TokenBuffer.cs | 146 +
lib/csharp/antlr.runtime/antlr/TokenCreator.cs | 48 +
lib/csharp/antlr.runtime/antlr/TokenQueue.cs | 121 +
lib/csharp/antlr.runtime/antlr/TokenStream.cs | 26 +
.../antlr.runtime/antlr/TokenStreamBasicFilter.cs | 56 +
.../antlr.runtime/antlr/TokenStreamException.cs | 34 +
.../antlr/TokenStreamHiddenTokenFilter.cs | 179 +
.../antlr.runtime/antlr/TokenStreamIOException.cs | 37 +
.../antlr/TokenStreamRecognitionException.cs | 41 +
.../antlr/TokenStreamRetryException.cs | 31 +
.../antlr/TokenStreamRewriteEngine.cs | 552 ++
.../antlr.runtime/antlr/TokenStreamSelector.cs | 126 +
lib/csharp/antlr.runtime/antlr/TokenWithIndex.cs | 51 +
lib/csharp/antlr.runtime/antlr/TreeParser.cs | 178 +
.../antlr/TreeParserSharedInputState.cs | 37 +
lib/python/Makefile.in | 69 +
lib/python/antlr/__init__.py | 9 +
lib/python/antlr/antlr.py | 2833 +++++++
lib/python/setup.py | 12 +
scripts/Rules.make | 396 +
scripts/antlr-config.in | 86 +
scripts/antlr.sh.in | 122 +
scripts/antlr.spec.in | 132 +
scripts/c.sh.in | 38 +
scripts/config.deps.in | 161 +
scripts/config.guess | 1479 ++++
scripts/config.make.in | 88 +
scripts/config.sub | 1606 ++++
scripts/config.vars.in | 91 +
scripts/cpp.sh.in | 255 +
scripts/csc.sh.in | 254 +
scripts/cxx.sh.in | 287 +
scripts/install-sh | 251 +
scripts/jar.sh.in | 174 +
scripts/java.sh.in | 93 +
scripts/javac.sh.in | 239 +
scripts/lib.sh.in | 288 +
scripts/link.sh.in | 218 +
scripts/pyinst.sh.in | 40 +
scripts/python.sh.in | 54 +
scripts/run-antlr.in | 68 +
1172 files changed, 205800 insertions(+)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr.git
More information about the pkg-java-commits
mailing list