Quick Search:

jump to detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

head 4903 4341

latest revision download Branch head

4903 annotated / raw | Diffs: previous, other | Lines: 1290 ( +2, -1 )

Created: 2008-05-11 18:48:36 -0500 (4 days ago) | Author: parrt | Changeset: 4903

isolated rewrite from elements in alt; tweaked templates

4794 annotated / raw | Diffs: previous, other | Lines: 1289 ( +4, -4 )

Created: 2008-04-21 14:02:27 -0500 (24 days ago) | Author: gscott | Changeset: 4794

Renamed some toString() methods in TokenStream classes for consistency.

4777 annotated / raw | Diffs: previous, other | Lines: 1289 ( +7, -7 )

Created: 2008-04-16 14:22:33 -0500 (29 days ago) | Author: gscott | Changeset: 4777

Added treeparser and simplecTreeParser examples for ActionScript.
Fixed broken templates for tree parsers.
Added missing class TreeRuleReturnScope

4775 annotated / raw | Diffs: previous, other | Lines: 1289 ( +8, -6 )

Created: 2008-04-15 19:48:42 -0500 (30 days ago) | Author: gscott | Changeset: 4775

Added fuzzy example.
Fixed template bug for filtering lexers.

4774 annotated / raw | Diffs: previous, other | Lines: 1287 ( +4, -4 )

Created: 2008-04-15 19:26:42 -0500 (30 days ago) | Author: gscott | Changeset: 4774

Changed constructor argument order for composite grammars to properly support default arguments.
Added LL-star, composite-java, and dynamic-scope examples.

4768 annotated / raw | Diffs: previous, other | Lines: 1287 ( +4, -4 )

Created: 2008-04-14 16:54:11 -0500 (31 days ago) | Author: gscott | Changeset: 4768

Java Lists were still being used in some template rules - fixed.
Generated code requires overloaded TreeAdaptor.create() function
Implemented a similar method to Python runtime to support all
rewrite rule types.

4767 annotated / raw | Diffs: previous, other | Lines: 1287 ( +6, -6 )

Created: 2008-04-11 18:36:20 -0500 (34 days ago) | Author: gscott | Changeset: 4767

Converted a few remaining Java-style casts to ActionScript-style        

4764 annotated / raw | Diffs: previous, other | Lines: 1287 ( +6, -4 )

Created: 2008-04-11 14:16:49 -0500 (34 days ago) | Author: gscott | Changeset: 4764

Synced with latest Java target changes.

4515 annotated / raw | Diffs: previous, other | Lines: 1285 ( +19, -19 )

Created: 2008-01-29 18:53:54 -0600 (3 months 15 days ago) | Author: gscott | Changeset: 4515

Corrected some remaining Java-style getters

4514 annotated / raw | Diffs: previous, other | Lines: 1285 ( +3, -3 )

Created: 2008-01-28 19:15:45 -0600 (3 months 16 days ago) | Author: gscott | Changeset: 4514

Corrected some Java-style casts

4513 annotated / raw | Diffs: previous, other | Lines: 1285 ( +10, -16 )

Created: 2008-01-28 14:30:53 -0600 (3 months 16 days ago) | Author: gscott | Changeset: 4513

Fixed templates for Scopes.

4511 annotated / raw | Diffs: previous, other | Lines: 1291 ( +70, -45 )

Created: 2008-01-27 19:53:10 -0600 (3 months 17 days ago) | Author: gscott | Changeset: 4511

Synced with latest 3.2 Java source base.
Added Tree Rewrite classes (not previously added)
Various template fixes.
Non-packaged generators now generate in an unnamed package with public classes (per JP St.Pierre's request).

4406 annotated / raw | Diffs: previous, other | Lines: 1266 ( +8, -8 )

Created: 2007-12-28 14:22:28 -0600 (4 months 17 days ago) | Author: gscott | Changeset: 4406

Synced code-gen template with latest Java changes.

4405 annotated / raw | Diffs: previous, other | Lines: 1266 ( +2, -2 )

Created: 2007-12-28 13:30:04 -0600 (4 months 17 days ago) | Author: gscott | Changeset: 4405

ActionScript compiler generating bogus code resulting in verifier
errors for bound function closures, changed to an alternate
syntax in code gen (it is the preferred style anyway).
Fixed infinite recursion on tokenNames property on generated
Parser code.
JavaParser example now seems to work for both valid and invalid
input.

4404 annotated / raw | Diffs: previous, other | Lines: 1266 ( +17, -17 )

Created: 2007-12-28 12:59:13 -0600 (4 months 17 days ago) | Author: gscott | Changeset: 4404

DFA states were being unpacked in constructor, now unpacked
during static class initialization.  Performance is much
improved...

4397 annotated / raw | Diffs: previous, other | Lines: 1266 ( +5, -3 )

Created: 2007-12-27 20:13:09 -0600 (4 months 18 days ago) | Author: gscott | Changeset: 4397

DFA string literal decoding wasn't working properly, resulting
in bad DFA state tables.  New encode/decode routines added for
ActionScript string literals.  JavaLexer now seems to work (needs
more testing).

4366 annotated / raw | Diffs: previous, other | Lines: 1264 ( +11, -23 )

Created: 2007-12-21 16:54:48 -0600 (4 months 24 days ago) | Author: gscott | Changeset: 4366

Changed codegen for error/recovery reporting and runtime API
to eliminate compiler warnings due to duplicate variable decls.
Changed BitSet() constructor to use an Array rather than varargs
for consistency, updated code gen to use Arrays.  I sure do miss
function overloading....

4364 annotated / raw | Diffs: previous, other | Lines: 1276 ( +0, -3 )

Created: 2007-12-20 20:19:12 -0600 (4 months 25 days ago) | Author: gscott | Changeset: 4364

Various bug fixes and additional unit tests.
Resolved 32 vs 64-bit BitSet issues (ActionScript doesn't
have a 64-bit type).

4362 annotated / raw | Diffs: previous, other | Lines: 1279 ( +31, -53 )

Created: 2007-12-18 22:14:00 -0600 (4 months 27 days ago) | Author: gscott | Changeset: 4362

Merged in support for DFA from local working copy.  Java grammar
now compiles.

4360 annotated / raw | Diffs: previous, other | Lines: 1301 ( +150, -99 )

Created: 2007-12-17 13:36:49 -0600 (4 months 28 days ago) | Author: gscott | Changeset: 4360

Synced ActionScript templates with latest Java 3.1 sources.
Runtime sources and templates now in sync.

4341 new annotated / raw | Lines: 1250 ( +1250, -0 )

Created: 2007-12-13 17:02:27 -0600 (5 months 1 day ago) | Author: gscott | Changeset: 4341

Initial check-in for ActionScript target.  Quality is "alpha"
level at best.  Currently check-pointing codebase before updating
to the current 3.1 Java runtime and code-gen templates.

Crucible: Open Source License registered to Atlassian.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.1 Build:build-297 2008-04-24 ) - Administration - Page generated 2008-05-16 11:22 -0500