| antlr:/src/org/antlr/codegen/templates/Python/ |
jump to detailed chart | hide Line History
Constraint |
Changelog
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
./ASTParser.stg
4914
./ASTTreeParser.stg
4914
./Python.stg
4914
4904
by parrt on
11 May 2008, 18:50:05 -0500
(4 days ago)
forgot one
./Python.stg
4904
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."
… 1 more file in changeset.
4859
by pink on
06 May 2008, 15:25:48 -0500
(9 days ago)
[Python] Ported CL4840 "$channel is a local now like $type."
./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...).
./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."
./ASTTreeParser.stg
4857
4822
by pink on
01 May 2008, 07:56:33 -0500
(15 days ago)
[Python] Ported CL4710 "fix delegate name."
./Python.stg
4822
4821
by pink on
01 May 2008, 07:34:35 -0500
(15 days ago)
[Python] Ported CS4542 "Fix ANTLR-219, ANTLR-220."
./ASTParser.stg
4821
./ASTTreeParser.stg
4821
./Python.stg
4821
4504
by pink on
27 January 2008, 10:57:37 -0600
(3 months 17 days ago)
[Python] Caught up with Java. Mmm.. ready for 3.1??
./AST.stg
4504
./ASTParser.stg
4504
./ASTTreeParser.stg
4504
./Python.stg
4504
4305
by pink on
24 November 2007, 19:53:10 -0600
(5 months 20 days ago)
[Python] Added cminus example and fixed some bugs.
./Python.stg
4305
4303
by pink on
24 November 2007, 18:18:39 -0600
(5 months 20 days ago)
[Python] Implemented output=template
./Python.stg
4303
4272
by pink on
04 November 2007, 01:48:16 -0600
(6 months ago)
[Python] Use exception to signal failed backtracking
./ASTTreeParser.stg
4272
./Python.stg
4272
4271
by pink on
03 November 2007, 23:57:30 -0500
(6 months ago)
[Python] Added some parantheses as suggested by Wincent
./Python.stg
4271
4188
by pink on
07 October 2007, 13:51:48 -0500
(7 months ago)
[Python] Added simple __main__ section to generated code, so (simple) grammars can be executed as standalone script.
./Python.stg
4188
4066
by pink on
14 September 2007, 10:07:46 -0500
(8 months ago)
Python target: - assigning token $text was broken. - renamed BaseRecognizer.state to _state
./ASTParser.stg
4066
./ASTTreeParser.stg
4066
./Python.stg
4066
4063
by pink on
13 September 2007, 15:02:02 -0500
(8 months ago)
Python target: implemented changes for composition, tree rewrite, hetero ASTs, ...
./AST.stg
4063
./ASTParser.stg
4063
./ASTTreeParser.stg
4063
./Python.stg
4063
4000
by pink on
16 August 2007, 10:22:53 -0500
(8 months ago)
Python target: fix misspelling (which did not show up before ST-3.1b1)
./Python.stg
4000
3978
by pink on
07 August 2007, 13:41:15 -0500
(9 months ago)
Python target: - Bugfixes to error handling in tree parsers. - Caught up with changes of Java target. - Packaged V3.0.1.
./Python.stg
3978
3848
by pink on
27 June 2007, 03:45:19 -0500
(10 months ago)
Python target: - Added ChangeLog. - Fixed @init action for tree parsers. - New @decorate rule action. - Tweaked generated code.
./Python.stg
3848
3737
by pink on
10 May 2007, 07:13:27 -0500
(12 months ago)
Python target: all templates are now implemented, but a few remain untested.
./Python.stg
3737
3736
by pink on
09 May 2007, 16:42:40 -0500
(12 months ago)
Python target: hooray, now python can parse python :) also added treeparser example and fixed a bunch of issues discovered along the way.
./Python.stg
3736
3733
by pink on
09 May 2007, 08:36:40 -0500
(12 months ago)
Python target: DFA tables now use the compressed initializers. Now Java.g can run without eating up >>1GB RAM ;)
./Python.stg
3733
3730
by pink on
08 May 2007, 17:54:17 -0500
(12 months ago)
Python target: token stream rewriting, tree parsers and loooots of other bits'n'pieces are the result of the recent marathon
./Python.stg
3730
3700
by pink on
05 May 2007, 16:39:13 -0500
(12 months ago)
Python target: updated templates and some cleanups of the tree runtime.
./AST.stg
3700
./Python.stg
3700
3552
by pink on
14 April 2007, 16:12:56 -0500
(13 months ago)
Python target: more work on AST.stg
./AST.stg
3552
./Python.stg
3552
3549
by pink on
13 April 2007, 14:28:43 -0500
(13 months ago)
Python Target: initial support for output=AST, restructured runtime, lots of code cleanups.
./Python.stg
3549
3489
by pink on
15 March 2007, 07:01:55 -0500
(14 months ago)
Python target: Added templates for rule parameters.
./Python.stg
3489
3488
by pink on
15 March 2007, 06:35:39 -0500
(14 months ago)
Python target: Added changes for ANTLR-80 fix.
./Python.stg
3488
3487
by pink on
15 March 2007, 05:18:24 -0500
(14 months ago)
Python target: Implemented a bunch of missing bits'n pieces in Python.stg.
./Python.stg
3487
|