| antlr:/src/org/antlr/ |
jump to detailed chart | hide Line History
ConstraintSort: path | last-commit | first-commit Sub Directories |
Changelog
4919
by parrt on
15 May 2008, 16:35:43 -0500
(13 hours ago)
update to 2008 license
./codegen/ActionTranslator.g
4919
./codegen/codegen.g
4919
./tool/ANTLRErrorListener.java
4919
./tool/ANTLRv3.g
4919
./tool/ActionAnalysis.g
4919
4918
by parrt on
15 May 2008, 16:24:39 -0500
(14 hours ago)
add license
./Tool.java
4918
./analysis/ActionLabel.java
4918
./analysis/AnalysisRecursionOverflowException.java
4918
./analysis/AnalysisTimeoutException.java
4918
./analysis/LL1Analyzer.java
4918
4914
by pink on
12 May 2008, 16:56:48 -0500
(3 days ago)
[Python] Ported recent changes, more tests, various tweaks, fixes and cleanups, packaged 3.1b1
./codegen/templates/Python/ASTParser.stg
4914
./codegen/templates/Python/ASTTreeParser.stg
4914
./codegen/templates/Python/Python.stg
4914
4913
by jluber on
12 May 2008, 13:16:58 -0500
(3 days ago)
[C#] - Synced with 4912 - Renamed UnwantedTokenJava.cs into UnwantedTokenException.cs - Fixed example grammars - Updated binaries
./codegen/templates/CSharp/ASTTreeParser.stg
4913
./codegen/templates/CSharp/CSharp.stg
4913
./codegen/templates/CSharp2/ASTTreeParser.stg
4913
./codegen/templates/CSharp2/CSharp2.stg
4913
4912
by parrt on
12 May 2008, 12:12:26 -0500
(3 days ago)
fixed rewrite mode for tree parsers
./codegen/templates/Java/ASTTreeParser.stg
4912
./test/TestTreeGrammarRewriteAST.java
4912
4903
by parrt on
11 May 2008, 18:48:36 -0500
(4 days ago)
isolated rewrite from elements in alt; tweaked templates
./codegen/codegen.g
4903
./codegen/templates/ANTLRCore.sti
4903
./codegen/templates/ActionScript/ActionScript.stg
4903
./codegen/templates/C/C.stg
4903
./codegen/templates/CSharp/CSharp.stg
4903
4899
by parrt on
11 May 2008, 17:22:25 -0500
(4 days ago)
Interpreter couldn't handle imported grammars. fixed.
./tool/Interp.java
4899
./tool/Interpreter.java
4899
4893
by parrt on
10 May 2008, 19:46:57 -0500
(5 days ago)
fix extra location
./codegen/codegen.g
4893
4890
by parrt on
10 May 2008, 19:03:28 -0500
(5 days ago)
Updated error handling mechanism
./codegen/templates/Java/Java.stg
4890
./test/TestAutoAST.java
4890
./test/TestRewriteAST.java
4890
4881
by parrt on
09 May 2008, 13:08:05 -0500
(6 days ago)
fix comment
./test/TestAutoAST.java
4881
4880
by parrt on
09 May 2008, 12:43:36 -0500
(6 days ago)
made unit test bigger
./test/TestHeteroAST.java
4880
4879
by jluber on
09 May 2008, 11:23:42 -0500
(6 days ago)
[C#] Fixed typo
./codegen/CSharp2Target.java
4879
4878
by jluber on
09 May 2008, 10:06:51 -0500
(6 days ago)
[C#] - Synced up to 4872 - Fixed missing conversion in template - Implemented DFA runtime compression algorithms - Added partial keyword to CSharp2
./codegen/CSharp2Target.java
4878
./codegen/CSharpTarget.java
4878
./codegen/templates/CSharp/CSharp.stg
4878
./codegen/templates/CSharp2/CSharp2.stg
4878
4872
by parrt on
08 May 2008, 15:45:34 -0500
(7 days ago)
Added LL(1) line/col map to DFA for Jean.
./tool/Grammar.java
4872
4864
by parrt on
07 May 2008, 20:45:50 -0500
(8 days ago)
Fixed ANTLR-222 as well as many improvements regarding predicates hidden by actions.
./analysis/ActionLabel.java
4864
./analysis/DFA.java
4864
./analysis/DFAState.java
4864
./analysis/DecisionProbe.java
4864
./analysis/Label.java
4864
4861
by pink on
06 May 2008, 15:40:44 -0500
(9 days ago)
[Python] Ported CL4846/4847 "Wouldn't allow wildcards in AST rewrite alts."
./codegen/templates/Python/AST.stg
4861
4859
by pink on
06 May 2008, 15:25:48 -0500
(9 days ago)
[Python] Ported CL4840 "$channel is a local now like $type."
./codegen/templates/Python/Python.stg
4859
4858
by pink on
06 May 2008, 14:48:35 -0500
(9 days ago)
[Python] Ported CL4838 "removed stack guards for dynamic scopes" (wasn't really implemented in Python anyway...).
./codegen/templates/Python/Python.stg
4858
4857
by pink on
06 May 2008, 14:44:16 -0500
(9 days ago)
[Python] Ported CL4815 "update the tree parser AST templates so that they properly generated heterogeneous tree construction during automatic AST construction."
./codegen/templates/Python/ASTTreeParser.stg
4857
4856
by jluber on
06 May 2008, 14:31:55 -0500
(9 days ago)
[C#] - Synced up to 4855 - Fixed bugs for debug generation - Fixed wrong capitalization and example
./codegen/templates/CSharp/AST.stg
4856
./codegen/templates/CSharp/ASTDbg.stg
4856
./codegen/templates/CSharp/ASTTreeParser.stg
4856
./codegen/templates/CSharp/CSharp.stg
4856
./codegen/templates/CSharp/Dbg.stg
4856
4855
by parrt on
05 May 2008, 20:45:17 -0500
(10 days ago)
refactored predicate labels to own subclass
./analysis/LL1DFA.java
4855
./analysis/Label.java
4855
./analysis/NFAToDFAConverter.java
4855
./analysis/PredicateLabel.java
4855
./tool/NFAFactory.java
4855
4854
by parrt on
05 May 2008, 20:31:52 -0500
(10 days ago)
rm dead code
./tool/NFAFactory.java
4854
4853
by parrt on
05 May 2008, 20:30:51 -0500
(10 days ago)
fix unit tests
./test/TestNFAConstruction.java
4853
4851
by parrt on
05 May 2008, 20:07:44 -0500
(10 days ago)
Fixed ANTLR-235, ANTLR-249.
./analysis/DFAState.java
4851
./analysis/NFAToDFAConverter.java
4851
4850
by parrt on
05 May 2008, 19:49:09 -0500
(10 days ago)
add unit test; back out change to closure busy signal from 12-31-07
./analysis/NFAToDFAConverter.java
4850
./test/TestSemanticPredicates.java
4850
4849
by parrt on
05 May 2008, 19:06:16 -0500
(10 days ago)
escape quotes in NFA states for DOT
./analysis/NFAConfiguration.java
4849
4848
by parrt on
04 May 2008, 17:49:47 -0500
(11 days ago)
add new target
./codegen/CSharp2Target.java
4848
|