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 4901 1538

latest revision download Branch head

4901 annotated / raw | Diffs: previous, other | Lines: 191 ( +1, -1 )

Created: 2008-05-11 17:32:47 -0500 (4 days ago) | Author: parrt | Changeset: 4901

Fixed ANTLR-179

4436 annotated / raw | Diffs: previous, other | Lines: 191 ( +1, -1 )

Created: 2007-12-31 19:12:26 -0600 (4 months 14 days ago) | Author: parrt | Changeset: 4436

no longer testing semantic context for closure-busy signal.  added partial semantic predicate collection routine for LL(1).

4392 annotated / raw | Diffs: previous, other | Lines: 191 ( +0, -15 )

Created: 2007-12-27 18:09:41 -0600 (4 months 18 days ago) | Author: parrt | Changeset: 4392

added Lexer to dfa dot file names; tweaked code gen

4384 annotated / raw | Diffs: previous, other | Lines: 206 ( +24, -5 )

Created: 2007-12-27 14:33:57 -0600 (4 months 18 days ago) | Author: parrt | Changeset: 4384

Fix ANTLR-130.

3681 annotated / raw | Diffs: previous, other | Lines: 187 ( +0, -1 )

Created: 2007-05-03 17:36:12 -0500 (12 months ago) | Author: parrt | Changeset: 3681

just cleaning up who notifies Grammar object about synpreds used

3537 annotated / raw | Diffs: previous, other | Lines: 188 ( +2, -2 )

Created: 2007-04-09 21:21:17 -0500 (13 months ago) | Author: parrt | Changeset: 3537

synpreds seemed to have problems in some decisions.

3522 annotated / raw | Diffs: previous, other | Lines: 188 ( +0, -0 )

Created: 2007-03-30 19:41:57 -0500 (13 months ago) | Author: parrt | Changeset: 3522

fix ANTLR-89 and ANTLR-36

3417 annotated / raw | Diffs: previous, other | Lines: 188 ( +0, -7 )

Created: 2007-01-31 20:24:51 -0600 (15 months ago) | Author: parrt | Changeset: 3417

remove debugging

3399 annotated / raw | Diffs: previous, other | Lines: 195 ( +8, -5 )

Created: 2007-01-30 21:08:22 -0600 (15 months ago) | Author: parrt | Changeset: 3399

fixed nasty to find bug in code gen about cyclic vs non-LL(*) DFA; cleaned up.

3242 annotated / raw | Diffs: previous, other | Lines: 192 ( +5, -4 )

Created: 2006-11-10 13:00:10 -0600 (18 months ago) | Author: parrt | Changeset: 3242

new Integer -> Utils.integer to cache Integers

3235 annotated / raw | Diffs: previous, other | Lines: 191 ( +1, -1 )

Created: 2006-11-09 15:56:51 -0600 (18 months ago) | Author: parrt | Changeset: 3235

bunch of tweaks with a few bugs fixed; all found by FindBugs

2720 annotated / raw | Diffs: previous, other | Lines: 191 ( +3, -4 )

Created: 2006-06-14 18:56:06 -0500 (23 months ago) | Author: parrt | Changeset: 2720

remove input.LA(1) from sem pred evaluation DFA states

2715 annotated / raw | Diffs: previous, other | Lines: 192 ( +1, -1 )

Created: 2006-06-14 17:29:38 -0500 (23 months ago) | Author: parrt | Changeset: 2715

set copyright date to 2005-2006

2174 annotated / raw | Diffs: previous, other | Lines: 192 ( +10, -8 )

Created: 2005-12-21 19:34:01 -0600 (2 years 4 months ago) | Author: parrt | Changeset: 2174

predicates now have $x.y translated

2100 annotated / raw | Diffs: previous, other | Lines: 190 ( +1, -1 )

Created: 2005-12-04 16:12:58 -0600 (2 years 5 months ago) | Author: parrt | Changeset: 2100

added memoization for rules and unit tests for syn preds

2094 annotated / raw | Diffs: previous, other | Lines: 190 ( +11, -11 )

Created: 2005-12-01 18:29:53 -0600 (2 years 5 months ago) | Author: parrt | Changeset: 2094

added gated predicates!

2089 annotated / raw | Diffs: previous, other | Lines: 190 ( +1, -8 )

Created: 2005-11-30 13:57:20 -0600 (2 years 5 months ago) | Author: parrt | Changeset: 2089

oops...i left in some experimental stuff

2088 annotated / raw | Diffs: previous, other | Lines: 197 ( +52, -6 )

Created: 2005-11-30 13:43:11 -0600 (2 years 5 months ago) | Author: parrt | Changeset: 2088

fixed bug in acyclic DFA code generation related to predicates used at EOT state

2052 annotated / raw | Diffs: previous, other | Lines: 151 ( +1, -1 )

Created: 2005-11-20 16:11:14 -0600 (2 years 5 months ago) | Author: parrt | Changeset: 2052

integrated StringTemplate; fixed bugs related to predicate/action descriptions in output code.

1990 annotated / raw | Diffs: previous, other | Lines: 151 ( +3, -4 )

Created: 2005-11-06 13:56:22 -0600 (2 years 6 months ago) | Author: parrt | Changeset: 1990

refactored NFAState (and related changes) to handle state decision types better and to allow AST nodes to be associated generically with a state rather than just with a decision state.

1895 annotated / raw | Diffs: previous, other | Lines: 152 ( +11, -0 )

Created: 2005-09-27 19:37:55 -0500 (2 years 7 months ago) | Author: parrt | Changeset: 1895

added error about no start rule; updated unit tests to have start rules; all unit tests pass minus a few attribute translations

1851 annotated / raw | Diffs: previous, other | Lines: 141 ( +1, -1 )

Created: 2005-07-04 17:51:25 -0500 (2 years 10 months ago) | Author: parrt | Changeset: 1851

major reorg of how literals are dealt with.

1749 annotated / raw | Diffs: previous, other | Lines: 141 ( +27, -0 )

Created: 2005-05-30 17:16:18 -0500 (2 years 11 months ago) | Author: parrt | Changeset: 1749

updated all the licenses

1726 annotated / raw | Diffs: previous, other | Lines: 114 ( +2, -0 )

Created: 2005-05-23 20:47:53 -0500 (2 years 11 months ago) | Author: parrt | Changeset: 1726

removed redundant max lookahead computation

1578 annotated / raw | Diffs: previous, other | Lines: 112 ( +0, -0 )

Created: 2005-03-24 20:11:09 -0600 (3 years 1 month ago) | Author: parrt | Changeset: 1578

got cyclic DFA preds in methods of parser; factored out input.LA calls for if-then-else structures

1568 annotated / raw | Diffs: previous, other | Lines: 112 ( +2, -23 )

Created: 2005-03-22 20:57:06 -0600 (3 years 1 month ago) | Author: parrt | Changeset: 1568

added lookupswitch to bytecodes and made cyclic DFAs generate these also when possible

1538 new annotated / raw | Lines: 133 ( +133, -0 )

Created: 2005-02-19 18:34:50 -0600 (3 years 2 months ago) | Author: parrt | Changeset: 1538

refactored code generator and added switch-based decisions

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 10:32 -0500