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 4919 1253

latest revision download Branch head

4919 annotated / raw | Diffs: previous, other | Lines: 454 ( +1, -1 )

Created: 2008-05-15 16:35:43 -0500 (18 hours ago) | Author: parrt | Changeset: 4919

update to 2008 license

4899 annotated / raw | Diffs: previous, other | Lines: 454 ( +21, -16 )

Created: 2008-05-11 17:22:25 -0500 (4 days ago) | Author: parrt | Changeset: 4899

Interpreter couldn't handle imported grammars. fixed.

4841 annotated / raw | Diffs: previous, other | Lines: 449 ( +14, -6 )

Created: 2008-05-02 20:24:39 -0500 (13 days ago) | Author: parrt | Changeset: 4841

Fix ANTLR-229; Interp didn't handle (...)* properly.

4535 annotated / raw | Diffs: previous, other | Lines: 441 ( +5, -0 )

Created: 2008-02-06 17:38:59 -0600 (3 months 7 days ago) | Author: parrt | Changeset: 4535

forgot

4475 annotated / raw | Diffs: previous, other | Lines: 436 ( +10, -0 )

Created: 2008-01-17 15:10:26 -0600 (3 months 27 days ago) | Author: parrt | Changeset: 4475

interpreter wasn't seeing grammar changes.

4474 annotated / raw | Diffs: previous, other | Lines: 426 ( +1, -1 )

Created: 2008-01-17 14:35:34 -0600 (3 months 27 days ago) | Author: parrt | Changeset: 4474

interpreter was broken due to exitRule method signature.

4455 annotated / raw | Diffs: previous, other | Lines: 426 ( +4, -4 )

Created: 2008-01-10 13:39:05 -0600 (4 months 4 days ago) | Author: parrt | Changeset: 4455

updated to v3.1 protocol (2) for debugging composite grammars

4448 annotated / raw | Diffs: previous, other | Lines: 426 ( +2, -2 )

Created: 2008-01-08 16:32:12 -0600 (4 months 6 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.

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

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

adding LL(1) algorithm

4347 annotated / raw | Diffs: previous, other | Lines: 426 ( +4, -4 )

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

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

3994 annotated / raw | Diffs: previous, other | Lines: 426 ( +6, -6 )

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

pull parrt dev back to main

3356 annotated / raw | Diffs: previous, other | Lines: 426 ( +7, -4 )

Created: 2006-12-24 18:52:55 -0600 (16 months ago) | Author: parrt | Changeset: 3356

lots of little clean up; most doesn't affect target folks

3334 annotated / raw | Diffs: previous, other | Lines: 423 ( +2, -36 )

Created: 2006-12-17 18:02:06 -0600 (16 months ago) | Author: parrt | Changeset: 3334

Factored out parse tree building stuff  so it's purely in runtime; updated some unit tests.  Added traceIn/Out to all  recognizers.

2860 annotated / raw | Diffs: previous, other | Lines: 457 ( +12, -1 )

Created: 2006-08-07 18:00:41 -0500 (21 months ago) | Author: parrt | Changeset: 2860

added warning that interpreter doesn't do synpreds yet

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

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

set copyright date to 2005-2006

2682 annotated / raw | Diffs: previous, other | Lines: 446 ( +3, -3 )

Created: 2006-06-08 15:17:24 -0500 (23 months ago) | Author: parrt | Changeset: 2682

clean up var names

2493 annotated / raw | Diffs: previous, other | Lines: 446 ( +3, -51 )

Created: 2006-04-26 14:48:52 -0500 (2 years ago) | Author: parrt | Changeset: 2493

updated comments and cleaned up debug interface implementors

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

Created: 2006-04-17 18:31:27 -0500 (2 years ago) | Author: parrt | Changeset: 2486

made rewind() it's own dbg event

2478 annotated / raw | Diffs: previous, other | Lines: 492 ( +14, -0 )

Created: 2006-04-11 15:39:30 -0500 (2 years 1 month ago) | Author: parrt | Changeset: 2478

added stuff for backtracking debug events; fixed bugs in rewrite stream

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

Created: 2006-03-07 13:33:10 -0600 (2 years 2 months ago) | Author: parrt | Changeset: 2423

fix to error handling for lexers

2333 annotated / raw | Diffs: previous, other | Lines: 480 ( +40, -12 )

Created: 2006-02-01 16:47:48 -0600 (2 years 3 months ago) | Author: parrt | Changeset: 2333

now can trace NFA states during interpretation

2281 annotated / raw | Diffs: previous, other | Lines: 452 ( +5, -0 )

Created: 2006-01-21 17:20:53 -0600 (2 years 3 months ago) | Author: parrt | Changeset: 2281

made sure DFA are created even if NFA were created earlier

2269 annotated / raw | Diffs: previous, other | Lines: 447 ( +0, -6 )

Created: 2006-01-17 21:19:01 -0600 (2 years 3 months ago) | Author: parrt | Changeset: 2269

major surgery to fix when Tokens rule is created

2238 annotated / raw | Diffs: previous, other | Lines: 453 ( +1, -1 )

Created: 2006-01-09 15:46:07 -0600 (2 years 4 months ago) | Author: parrt | Changeset: 2238

bug in analysis of nongreedy loops

2215 annotated / raw | Diffs: previous, other | Lines: 453 ( +1, -1 )

Created: 2005-12-31 19:49:43 -0600 (2 years 4 months ago) | Author: parrt | Changeset: 2215

got EOF working

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

Created: 2005-12-31 18:23:07 -0600 (2 years 4 months ago) | Author: parrt | Changeset: 2214

Fixed problem upon error / EOF in interpreter

2098 annotated / raw | Diffs: previous, other | Lines: 450 ( +8, -4 )

Created: 2005-12-02 12:23:26 -0600 (2 years 5 months ago) | Author: parrt | Changeset: 2098

fixed bug in interpreter; parseAlt/displayAlt problem

2080 annotated / raw | Diffs: previous, other | Lines: 446 ( +2, -2 )

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

1851 annotated / raw | Diffs: previous, other | Lines: 446 ( +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.

1840 annotated / raw | Diffs: previous, other | Lines: 446 ( +1, -1 )

Created: 2005-06-28 15:47:35 -0500 (2 years 10 months ago) | Author: parrt | Changeset: 1840

got more tree parsing stuff going; added some unit tests; some refactoring

1818 annotated / raw | Diffs: previous, other | Lines: 446 ( +0, -0 )

Created: 2005-06-22 21:08:48 -0500 (2 years 10 months ago) | Author: parrt | Changeset: 1818

merging trees-v3 branch back to main line

1750 annotated / raw | Diffs: previous, other | Lines: 446 ( +7, -17 )

Created: 2005-05-31 13:08:40 -0500 (2 years 11 months ago) | Author: parrt | Changeset: 1750

fixed interpreter to handle bugs

1749 annotated / raw | Diffs: previous, other | Lines: 456 ( +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: 429 ( +2, -0 )

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

finished off stat generation I think.

1657 annotated / raw | Diffs: previous, other | Lines: 427 ( +4, -4 )

Created: 2005-04-27 15:23:49 -0500 (3 years ago) | Author: parrt | Changeset: 1657

fixed up exception stuff; resync name change

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

Created: 2005-04-23 19:33:29 -0500 (3 years ago) | Author: parrt | Changeset: 1646

big fix to error recovery stuff, making it generate events properly

1620 annotated / raw | Diffs: previous, other | Lines: 425 ( +0, -0 )

Created: 2005-04-06 17:42:56 -0500 (3 years 1 month ago) | Author: parrt | Changeset: 1620

fixed bug in consume hidden token

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

Created: 2005-04-06 15:41:15 -0500 (3 years 1 month ago) | Author: parrt | Changeset: 1618

added enter/exit decision

1615 annotated / raw | Diffs: previous, other | Lines: 421 ( +0, -0 )

Created: 2005-04-05 20:03:15 -0500 (3 years 1 month ago) | Author: parrt | Changeset: 1615

fixed lookahead bug in CommonTokenStream (filtering); added LT(-1) concept

1614 annotated / raw | Diffs: previous, other | Lines: 421 ( +1, -19 )

Created: 2005-04-05 18:19:23 -0500 (3 years 1 month ago) | Author: parrt | Changeset: 1614

parse tree has token now not text

1611 annotated / raw | Diffs: previous, other | Lines: 439 ( +4, -2 )

Created: 2005-04-04 20:46:50 -0500 (3 years 1 month ago) | Author: parrt | Changeset: 1611

updated debug event so LT has the token; added consumeHiddenToken

1609 annotated / raw | Diffs: previous, other | Lines: 437 ( +3, -1 )

Created: 2005-04-04 19:17:43 -0500 (3 years 1 month ago) | Author: parrt | Changeset: 1609

wasn't calling consumeToken in interp

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

Created: 2005-04-01 18:27:25 -0600 (3 years 1 month ago) | Author: parrt | Changeset: 1603

added commence

1595 annotated / raw | Diffs: previous, other | Lines: 433 ( +14, -19 )

Created: 2005-03-31 20:57:03 -0600 (3 years 1 month ago) | Author: parrt | Changeset: 1595

got remote debugging working; changed lots of interfaces

1591 annotated / raw | Diffs: previous, other | Lines: 438 ( +6, -5 )

Created: 2005-03-31 13:09:26 -0600 (3 years 1 month ago) | Author: parrt | Changeset: 1591

change names

1587 annotated / raw | Diffs: previous, other | Lines: 437 ( +10, -2 )

Created: 2005-03-30 20:30:53 -0600 (3 years 1 month ago) | Author: parrt | Changeset: 1587

added comments to demark functions

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

Created: 2005-03-28 18:33:57 -0600 (3 years 1 month ago) | Author: parrt | Changeset: 1580

Updated to have LT in debug interface

1565 annotated / raw | Diffs: previous, other | Lines: 427 ( +6, -5 )

Created: 2005-03-21 20:19:41 -0600 (3 years 1 month ago) | Author: parrt | Changeset: 1565

lots of work on the debug interface; added support in runtime and code gen

1564 annotated / raw | Diffs: previous, other | Lines: 426 ( +21, -22 )

Created: 2005-03-21 16:52:47 -0600 (3 years 1 month ago) | Author: parrt | Changeset: 1564

factored index in RecognitionException; got more line info into tree nodes in antlr.g; updated debug interface

1563 annotated / raw | Diffs: previous, other | Lines: 427 ( +3, -6 )

Created: 2005-03-21 13:47:11 -0600 (3 years 1 month ago) | Author: parrt | Changeset: 1563

chnaged exceptions to all take IntStream as their arg

1560 annotated / raw | Diffs: previous, other | Lines: 430 ( +15, -7 )

Created: 2005-03-17 15:22:33 -0600 (3 years 1 month ago) | Author: parrt | Changeset: 1560

fixed so that it interprets java.g :)

1559 annotated / raw | Diffs: previous, other | Lines: 422 ( +8, -3 )

Created: 2005-03-17 12:12:29 -0600 (3 years 1 month ago) | Author: parrt | Changeset: 1559

got java.g to interpret partially...still working on (...)* loops

1558 annotated / raw | Diffs: previous, other | Lines: 417 ( +71, -29 )

Created: 2005-03-16 16:15:57 -0600 (3 years 1 month ago) | Author: parrt | Changeset: 1558

cleaned up parse-time error objects; cleaned up interpreter; updated unit tests

1556 annotated / raw | Diffs: previous, other | Lines: 375 ( +9, -5 )

Created: 2005-03-15 20:39:34 -0600 (3 years 2 months ago) | Author: parrt | Changeset: 1556

cleaned up interpretation; removed notion of a lexer action

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

Created: 2004-12-24 14:51:35 -0600 (3 years 4 months ago) | Author: parrt | Changeset: 1351

cleaned up the error handling a lot

1350 annotated / raw | Diffs: previous, other | Lines: 361 ( +16, -16 )

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

1301 annotated / raw | Diffs: previous, other | Lines: 361 ( +1, -1 )

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!

1295 annotated / raw | Diffs: previous, other | Lines: 361 ( +0, -0 )

Created: 2004-12-01 19:54:07 -0600 (3 years 5 months ago) | Author: parrt | Changeset: 1295

got merged grammars going; fixed nasty bug in branch computation in assembler for forward refs.

1294 annotated / raw | Diffs: previous, other | Lines: 361 ( +3, -3 )

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

1286 annotated / raw | Diffs: previous, other | Lines: 361 ( +0, -0 )

Created: 2004-11-29 21:22:39 -0600 (3 years 5 months ago) | Author: parrt | Changeset: 1286

refactored antlr frontend to have parser->AST, assign types, define rules, buildnfa, code gen phases.  Passes tests but lots of debug code in there and doesn't handle java.g yet

1269 annotated / raw | Diffs: previous, other | Lines: 361 ( +8, -19 )

Created: 2004-11-20 15:04:26 -0600 (3 years 5 months ago) | Author: parrt | Changeset: 1269

wow.  Got new error manager in for most stuff.

1265 annotated / raw | Diffs: previous, other | Lines: 372 ( +28, -14 )

Created: 2004-11-18 11:12:28 -0600 (3 years 5 months ago) | Author: parrt | Changeset: 1265

got lexing/parsing interp going well; added ${...} interp.

1259 annotated / raw | Diffs: previous, other | Lines: 358 ( +108, -16 )

Created: 2004-11-14 15:08:39 -0600 (3 years 5 months ago) | Author: parrt | Changeset: 1259

added actions object to interpreted parsing; got parse trees out of parse

1257 annotated / raw | Diffs: previous, other | Lines: 266 ( +65, -17 )

Created: 2004-11-09 17:59:05 -0600 (3 years 6 months ago) | Author: parrt | Changeset: 1257

got more java support code going to support interpreter

1254 annotated / raw | Diffs: previous, other | Lines: 218 ( +63, -28 )

Created: 2004-11-09 12:41:40 -0600 (3 years 6 months ago) | Author: parrt | Changeset: 1254

submitting a snapshot for ric.  Trying to build interpreter

1253 new annotated / raw | Lines: 183 ( +183, -0 )

Created: 2004-11-08 18:33:40 -0600 (3 years 6 months ago) | Author: parrt | Changeset: 1253

lots of refactoring; yanked out Interpreter from Grammar, NFA converter from DFA

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:37 -0500