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 4864 1272

latest revision download Branch head

4864 annotated / raw | Diffs: previous, other | Lines: 24 ( +16, -14 )

Created: 2008-05-07 20:45:50 -0500 (4 days ago) | Author: parrt | Changeset: 4864

Fixed ANTLR-222 as well as many improvements regarding predicates hidden by actions.

4448 annotated / raw | Diffs: previous, other | Lines: 22 ( +23, -1 )

Created: 2008-01-08 16:32:12 -0600 (4 months 2 days ago) | Author: parrt | Changeset: 4448

snapshot. mostly finished with the composite grammar thing, but I am still working on it. needed to push something for Jean.

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

Created: 2007-12-26 19:56:03 -0600 (4 months 15 days ago) | Author: parrt | Changeset: 4380

clean up; more generics usage in tool (not runtime)

4373 annotated / raw | Diffs: previous, other | Lines: 70 ( +14, -11 )

Created: 2007-12-25 18:35:44 -0600 (4 months 16 days ago) | Author: parrt | Changeset: 4373

got ANTLR-123 fixed.

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

Created: 2007-12-19 21:10:38 -0600 (4 months 22 days ago) | Author: parrt | Changeset: 4363

adding LL(1) algorithm

4355 annotated / raw | Diffs: previous, other | Lines: 60 ( +2, -5 )

Created: 2007-12-16 17:47:02 -0600 (4 months 25 days ago) | Author: parrt | Changeset: 4355

cleanup

4354 annotated / raw | Diffs: previous, other | Lines: 63 ( +5, -2 )

Created: 2007-12-16 17:38:22 -0600 (4 months 25 days ago) | Author: parrt | Changeset: 4354

snapshot

4347 annotated / raw | Diffs: previous, other | Lines: 60 ( +5, -5 )

Created: 2007-12-15 13:49:39 -0600 (4 months 26 days ago) | Author: parrt | Changeset: 4347

inlined transition() and made closure fill a temp array not DFA state directly/on-the-fly.

4344 annotated / raw | Diffs: previous, other | Lines: 60 ( +11, -11 )

Created: 2007-12-14 15:25:28 -0600 (4 months 27 days ago) | Author: parrt | Changeset: 4344

fix ANTLR-178

4342 annotated / raw | Diffs: previous, other | Lines: 60 ( +18, -8 )

Created: 2007-12-13 20:09:39 -0600 (4 months 28 days ago) | Author: parrt | Changeset: 4342

temp push as backup for fix to non-LL(*) DFA problem.

3994 annotated / raw | Diffs: previous, other | Lines: 50 ( +4, -4 )

Created: 2007-08-15 13:15:09 -0500 (8 months ago) | Author: parrt | Changeset: 3994

pull parrt dev back to main

3464 annotated / raw | Diffs: previous, other | Lines: 50 ( +1, -1 )

Created: 2007-03-13 15:43:47 -0500 (13 months ago) | Author: parrt | Changeset: 3464

remove dbg code

3399 annotated / raw | Diffs: previous, other | Lines: 50 ( +18, -13 )

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.

3319 annotated / raw | Diffs: previous, other | Lines: 45 ( +1, -1 )

Created: 2006-12-10 16:30:06 -0600 (17 months ago) | Author: parrt | Changeset: 3319

added another abort test in DecisionProbe for Jean

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

Created: 2006-11-19 14:43:47 -0600 (17 months ago) | Author: parrt | Changeset: 3271

removing LeftRecursionMessage and apparatus because it is not used anymore

3263 annotated / raw | Diffs: previous, other | Lines: 43 ( +5, -1 )

Created: 2006-11-15 15:46:53 -0600 (17 months ago) | Author: parrt | Changeset: 3263

fixing quick bug

3247 annotated / raw | Diffs: previous, other | Lines: 39 ( +39, -1 )

Created: 2006-11-10 19:42:33 -0600 (18 months ago) | Author: parrt | Changeset: 3247

Fixed ANTLR-10; no warnings when wildcard is only problem

3242 annotated / raw | Diffs: previous, other | Lines: 1 ( +14, -13 )

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: 0 ( +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

3225 annotated / raw | Diffs: previous, other | Lines: 891 ( +0, -0 )

Created: 2006-11-08 16:22:56 -0600 (18 months ago) | Author: parrt | Changeset: 3225

big fix to LL(*) so syn preds hoisted properly; fixes ANTLR-13 and ANTLR-29

3224 raw

Created: 2006-11-08 16:00:45 -0600 (18 months ago) | Author: kroepke | Changeset: 3224

changed default message format to sth. like error(10): message...

2796 annotated / raw | Diffs: previous, other | Lines: 891 ( +28, -11 )

Created: 2006-07-21 19:32:45 -0500 (21 months ago) | Author: parrt | Changeset: 2796

detecting >1 alt with recursion now and reporting; much less analysis time out...this is 3.0b3 release

2761 annotated / raw | Diffs: previous, other | Lines: 874 ( +11, -2 )

Created: 2006-07-03 18:18:53 -0500 (22 months ago) | Author: parrt | Changeset: 2761

added auto-backtrack, some bug fixes

2733 annotated / raw | Diffs: previous, other | Lines: 865 ( +11, -1 )

Created: 2006-06-24 13:33:00 -0500 (22 months ago) | Author: parrt | Changeset: 2733

big fixes for recursive overflow, adding predicates when overflowed, more profiling stuff

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

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

set copyright date to 2005-2006

2679 annotated / raw | Diffs: previous, other | Lines: 855 ( +2, -13 )

Created: 2006-06-06 18:20:55 -0500 (23 months ago) | Author: parrt | Changeset: 2679

new transition-table based DFA working

2614 annotated / raw | Diffs: previous, other | Lines: 866 ( +3, -3 )

Created: 2006-05-24 13:09:59 -0500 (23 months ago) | Author: parrt | Changeset: 2614

better left-recursion detection; abort if bad errors

2081 annotated / raw | Diffs: previous, other | Lines: 866 ( +4, -0 )

Created: 2005-11-28 18:51:22 -0600 (2 years 5 months ago) | Author: parrt | Changeset: 2081

cleaned up RandomPhrase; fixed bugs i introduced into infinite recursion detection.

2080 annotated / raw | Diffs: previous, other | Lines: 862 ( +19, -0 )

Created: 2005-11-28 15:09:03 -0600 (2 years 5 months ago) | Author: parrt | Changeset: 2080

fixed ambig token bugs; improved lexical Tokens rule error messages

1937 annotated / raw | Diffs: previous, other | Lines: 843 ( +143, -37 )

Created: 2005-10-16 20:25:45 -0500 (2 years 6 months ago) | Author: parrt | Changeset: 1937

big fix to left recursion and recursion overflow plus other error handling; properly deals with dangling states now

1928 annotated / raw | Diffs: previous, other | Lines: 737 ( +83, -4 )

Created: 2005-10-14 17:40:09 -0500 (2 years 6 months ago) | Author: parrt | Changeset: 1928

major fix to the infinite recursion detection / error printing mechanism

1924 annotated / raw | Diffs: previous, other | Lines: 658 ( +0, -0 )

Created: 2005-10-13 18:47:36 -0500 (2 years 6 months ago) | Author: parrt | Changeset: 1924

redid how I detect infinite recursion; wanted to snapshot, but it's in midchange for the detecting dangling states messages bug.  Also doesn't generate an error in all inf recursion cases yet.

1790 annotated / raw | Diffs: previous, other | Lines: 658 ( +1, -1 )

Created: 2005-06-07 19:18:10 -0500 (2 years 11 months ago) | Author: parrt | Changeset: 1790

refactored options for decisions etc... fixed some unit tests; fixed bug in Tool for file dir computation

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

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

updated all the licenses

1743 annotated / raw | Diffs: previous, other | Lines: 631 ( +8, -0 )

Created: 2005-05-27 21:11:28 -0500 (2 years 11 months ago) | Author: parrt | Changeset: 1743

finished off stat generation I think.

1727 annotated / raw | Diffs: previous, other | Lines: 623 ( +0, -12 )

Created: 2005-05-23 21:03:18 -0500 (2 years 11 months ago) | Author: parrt | Changeset: 1727

partially there on the grammar stats

1662 annotated / raw | Diffs: previous, other | Lines: 635 ( +41, -14 )

Created: 2005-04-29 17:38:21 -0500 (3 years ago) | Author: parrt | Changeset: 1662

got NFA paths in error messages starting from same NFA state

1582 annotated / raw | Diffs: previous, other | Lines: 608 ( +0, -4 )

Created: 2005-03-29 21:28:59 -0600 (3 years 1 month ago) | Author: parrt | Changeset: 1582

made -o option work; all DFA/NFA/Output files go to that dir now

1552 annotated / raw | Diffs: previous, other | Lines: 612 ( +17, -0 )

Created: 2005-03-14 20:38:45 -0600 (3 years 1 month ago) | Author: parrt | Changeset: 1552

added failsafe; at most 3000 DFA states before it stops and uses k=1

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

Created: 2005-03-09 16:57:51 -0600 (3 years 2 months ago) | Author: parrt | Changeset: 1550

added fixed max lookahead strategy

1540 annotated / raw | Diffs: previous, other | Lines: 593 ( +80, -55 )

Created: 2005-02-21 16:17:06 -0600 (3 years 2 months ago) | Author: parrt | Changeset: 1540

fixed the "find path for nonderministic input" problem and some line number issues in error messages

1528 annotated / raw | Diffs: previous, other | Lines: 568 ( +43, -91 )

Created: 2005-02-06 14:13:31 -0600 (3 years 3 months ago) | Author: parrt | Changeset: 1528

woohoo!  Really cleaned up the error messages for nondeterminisms

1527 annotated / raw | Diffs: previous, other | Lines: 616 ( +281, -199 )

Created: 2005-02-05 20:30:18 -0600 (3 years 3 months ago) | Author: parrt | Changeset: 1527

got lots more done on the decision probe

1350 annotated / raw | Diffs: previous, other | Lines: 534 ( +14, -14 )

Created: 2004-12-23 17:56:04 -0600 (3 years 4 months ago) | Author: parrt | Changeset: 1350

lots more conversion of method accessors to fields

1349 annotated / raw | Diffs: previous, other | Lines: 534 ( +3, -3 )

Created: 2004-12-23 16:57:00 -0600 (3 years 4 months ago) | Author: parrt | Changeset: 1349

changed State.stateNumber to a visible field

1301 annotated / raw | Diffs: previous, other | Lines: 534 ( +4, -4 )

Created: 2004-12-04 19:30:43 -0600 (3 years 5 months ago) | Author: parrt | Changeset: 1301

fixed heinous "early closure termination" bug; java now works!

1299 annotated / raw | Diffs: previous, other | Lines: 534 ( +1, -1 )

Created: 2004-12-04 00:07:11 -0600 (3 years 5 months ago) | Author: parrt | Changeset: 1299

got DFA's and such good enough to handle Java's lexer!

1297 annotated / raw | Diffs: previous, other | Lines: 534 ( +1, -1 )

Created: 2004-12-02 22:39:49 -0600 (3 years 5 months ago) | Author: parrt | Changeset: 1297

got a lot closer to getting java lexer to work; lots of bytecode fixes

1294 annotated / raw | Diffs: previous, other | Lines: 534 ( +1, -1 )

Created: 2004-12-01 12:29:36 -0600 (3 years 5 months ago) | Author: parrt | Changeset: 1294

got interpreted lexing/parsing working again with the imports

1283 annotated / raw | Diffs: previous, other | Lines: 534 ( +85, -50 )

Created: 2004-11-27 18:35:59 -0600 (3 years 5 months ago) | Author: parrt | Changeset: 1283

made some progress on error messages, but having trouble with merged parsers/lexers

1279 annotated / raw | Diffs: previous, other | Lines: 499 ( +273, -80 )

Created: 2004-11-26 14:40:59 -0600 (3 years 5 months ago) | Author: parrt | Changeset: 1279

made lots of progress getting decent error messages

1275 annotated / raw | Diffs: previous, other | Lines: 306 ( +171, -17 )

Created: 2004-11-22 20:09:49 -0600 (3 years 5 months ago) | Author: parrt | Changeset: 1275

added ability to find path to ambig DFA state and then corresponding path in NFA

1272 new annotated / raw | Lines: 152 ( +152, -0 )

Created: 2004-11-21 15:04:48 -0600 (3 years 5 months ago) | Author: parrt | Changeset: 1272

worked a lot on collecting info about decisions, made DecisionProbe

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-11 23:09 -0500