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 4913 2911

latest revision download Branch head

4913 annotated / raw | Diffs: previous, other | Lines: 1571 ( +1, -4 )

Created: 2008-05-12 13:16:58 -0500 (3 days ago) | Author: jluber | Changeset: 4913

[C#] - Synced with 4912
- Renamed UnwantedTokenJava.cs into UnwantedTokenException.cs
- Fixed example grammars
- Updated binaries

4903 annotated / raw | Diffs: previous, other | Lines: 1574 ( +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

4878 annotated / raw | Diffs: previous, other | Lines: 1573 ( +1461, -1466 )

Created: 2008-05-09 10:06:51 -0500 (7 days ago) | Author: jluber | Changeset: 4878

[C#] - Synced up to 4872
- Fixed missing conversion in template
- Implemented DFA runtime compression algorithms
- Added partial keyword to CSharp2

4856 annotated / raw | Diffs: previous, other | Lines: 1578 ( +9, -9 )

Created: 2008-05-06 14:31:55 -0500 (9 days ago) | Author: jluber | Changeset: 4856

[C#] - Synced up to 4855
- Fixed bugs for debug generation
- Fixed wrong capitalization and example

4756 annotated / raw | Diffs: previous, other | Lines: 1578 ( +18, -18 )

Created: 2008-04-08 18:38:35 -0500 (37 days ago) | Author: jluber | Changeset: 4756

[C#] -Synced with changeset 4753
- Broke IToken dependency at Token. Fixed further breakage.
- Updated ST#
- Updated example grammars
- Moved the runtime further into C# conventions (.tree -> .Tree, etc.)

4752 annotated / raw | Diffs: previous, other | Lines: 1578 ( +126, -14 )

Created: 2008-04-05 17:52:24 -0500 (40 days ago) | Author: jluber | Changeset: 4752

[C#] - Fixed issues with runtime and example grammars
- Protected parsing string numbers from internationalization issues

4729 annotated / raw | Diffs: previous, other | Lines: 1466 ( +42, -25 )

Created: 2008-03-31 11:56:12 -0500 (45 days ago) | Author: jluber | Changeset: 4729

[C#] Intermediate checkin - synced up until changeset 4680

4439 annotated / raw | Diffs: previous, other | Lines: 1449 ( +1448, -1448 )

Created: 2008-01-02 06:22:50 -0600 (4 months 13 days ago) | Author: jluber | Changeset: 4439

[C#] Bugfixes for latest changes

4431 annotated / raw | Diffs: previous, other | Lines: 1449 ( +20, -14 )

Created: 2007-12-30 15:09:04 -0600 (4 months 15 days ago) | Author: jluber | Changeset: 4431

[C#] Synced with latest Java changes

4424 annotated / raw | Diffs: previous, other | Lines: 1443 ( +1, -1 )

Created: 2007-12-29 17:15:10 -0600 (4 months 16 days ago) | Author: jluber | Changeset: 4424

[C#] Fixes property issue, when default may not be null.

4418 annotated / raw | Diffs: previous, other | Lines: 1443 ( +32, -25 )

Created: 2007-12-29 10:31:23 -0600 (4 months 16 days ago) | Author: jluber | Changeset: 4418

[C#] Synced with latest Java changes

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

Created: 2007-12-26 12:24:03 -0600 (4 months 19 days ago) | Author: jluber | Changeset: 4375

[C#] Synced with latest Java changes

4201 annotated / raw | Diffs: previous, other | Lines: 1433 ( +1, -1 )

Created: 2007-10-10 06:11:15 -0500 (7 months ago) | Author: jluber | Changeset: 4201

[C#]  Several fixes:
* Updated VS 2005 files to take advantage of relative paths
* Fixed error in RewriteRuleTokenStream which caused an conversion exception
* Restructured RewriteRule*Files files to take advantage of NET_1_1 and NET_2_0 symbols (adapted VS 2005 project files, but not VS 2003 project files!)
* Refactored the NET_2_0 to take advantage of generics
* Removed a warning from TreeWizard file
* Fixed typo in CSharp.stg

4180 annotated / raw | Diffs: previous, other | Lines: 1433 ( +3, -2 )

Created: 2007-10-05 17:19:51 -0500 (7 months ago) | Author: jluber | Changeset: 4180

Fixed issue which created "RewriteRuleITokenStream" instead "RewriteRuleTokenStream" (no "I"). Fixed missing rule reference regarding dynamic scopes.

4161 annotated / raw | Diffs: previous, other | Lines: 1432 ( +1431, -1368 )

Created: 2007-10-02 01:16:32 -0500 (7 months ago) | Author: michael | Changeset: 4161

ADD: C# bits
- ANTLR v3.1 C# Code Generator
- ANTLR v3.1 .NET Runtime Library

3862 annotated / raw | Diffs: previous, other | Lines: 1369 ( +1, -1 )

Created: 2007-07-03 13:23:48 -0500 (10 months ago) | Author: michael | Changeset: 3862

FIX: C# rules cannot return char value
- Kunle's fix for compiler error 'CS0031' when char variable is initialized with value: 0

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

Created: 2007-05-04 18:34:39 -0500 (12 months ago) | Author: michael | Changeset: 3685

SYNC:
- ANTLR-82 fix
- Changelist #3684 : args on a token ref that is a route in a tree rewrite rule like -> ^(ID[args] ...)

3676 annotated / raw | Diffs: previous, other | Lines: 1368 ( +1, -1 )

Created: 2007-05-01 18:10:03 -0500 (12 months ago) | Author: parrt | Changeset: 3676

updates

3666 annotated / raw | Diffs: previous, other | Lines: 1368 ( +99, -75 )

Created: 2007-04-30 19:26:45 -0500 (12 months ago) | Author: parrt | Changeset: 3666

Kunle's update

3495 annotated / raw | Diffs: previous, other | Lines: 1344 ( +34, -13 )

Created: 2007-03-17 15:45:35 -0500 (13 months ago) | Author: parrt | Changeset: 3495

update C# by Jonathan DeKlotz

3246 annotated / raw | Diffs: previous, other | Lines: 1323 ( +0, -0 )

Created: 2006-11-10 18:11:34 -0600 (18 months ago) | Author: parrt | Changeset: 3246

update from Michael

3245 annotated / raw | Diffs: previous, other | Lines: 1323 ( +62, -31 )

Created: 2006-11-10 17:22:33 -0600 (18 months ago) | Author: parrt | Changeset: 3245

update C# stuff

2911 new annotated / raw | Lines: 1292 ( +1292, -0 )

Created: 2006-08-24 12:56:33 -0500 (20 months ago) | Author: parrt | Changeset: 2911

adding C# target

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