ericvergnaud
2162afb33d
Fix failing C# tests
...
As a result of a mono upgrade, tests on non windows platform would fail
due to a warning.
This fix removes the warning by providing compatibility information as
part of the build.
HashSet was also renamed to a clean name.
2015-06-04 22:56:26 +08:00
parrt
1b0b04aa88
Revert "Fix parse listener per https://github.com/antlr/antlr4/pull/880 "
...
This reverts commit fb0e1c0cdb
.
2015-06-03 10:56:08 -07:00
parrt
e5e928cd3f
Revert "Equivalent changes for https://github.com/antlr/antlr4/pull/875 to java runtime Parser"
...
This reverts commit b539521c5d
.
2015-06-03 10:56:03 -07:00
Terence Parr
345bd14c00
Merge pull request #13 from antlr/intermediate-test-generation
...
Move to new testing mechanism
2015-06-03 10:44:10 -07:00
Terence Parr
8c2657b68d
add more debugging/error handling
2015-06-02 20:07:07 -07:00
parrt
fbf3ee8e96
a branch to integrate new testing thing. moving around templates, deleting old stuff. C# and Java runtime tests work using branch intermediate-test-generation of C#. bild doesnt quite test stuff correctly.
2015-06-02 16:01:32 -07:00
ericvergnaud
a90e294034
Revert "update Xamarin"
...
This reverts commit d4238ea955
.
2015-06-02 22:23:43 +08:00
ericvergnaud
d4238ea955
update Xamarin
2015-05-31 17:19:49 +08:00
ericvergnaud
a63df8b088
test added
2015-05-31 17:19:49 +08:00
Terence Parr
fb0e1c0cdb
Fix parse listener per https://github.com/antlr/antlr4/pull/880
2015-05-22 13:03:03 -07:00
Terence Parr
b539521c5d
Equivalent changes for https://github.com/antlr/antlr4/pull/875 to java runtime Parser
2015-05-19 18:21:21 -07:00
Terence Parr
62783dcb82
update version so 4.5.1 tests/builds
2015-05-18 12:27:28 -07:00
ericvergnaud
355d0162e0
Merge pull request #10 from ViceIce/master
...
Wrong property when building for net v4.5.
2015-05-09 23:47:53 +08:00
Michael Kriese
704cd0863b
Fixes #9 : Wrong property name when building for target framework version v4.5.
2015-05-09 14:34:57 +02:00
Terence Parr
a3490ba322
freshen unit tests
2015-01-22 16:58:17 -08:00
Terence Parr
e897f7ce58
freshen unit tests
2015-01-22 14:53:55 -08:00
Terence Parr
f72495367c
freshen unit tests
2015-01-22 11:40:38 -08:00
Terence Parr
1f3ed5aa13
Fix recovery error; Fixes https://github.com/antlr/antlr4/issues/795
2015-01-21 10:25:31 -08:00
Terence Parr
da5a08bd99
tweak
2015-01-10 15:55:47 -08:00
Terence Parr
77b1ceb2d6
add new readme
2015-01-10 10:03:13 -08:00
Terence Parr
ce6e73bcc7
rename to be consistent
2015-01-10 09:57:24 -08:00
ericvergnaud
877b784be6
removed legacy
2015-01-11 00:12:55 +08:00
ericvergnaud
373ef0ae92
git cleanup
2015-01-11 00:05:29 +08:00
ericvergnaud
ea028ebbec
Code signed for installing in the GAC
2015-01-10 23:58:23 +08:00
ericvergnaud
7acafdc75e
git cleanup
2015-01-03 18:56:23 +08:00
Terence Parr
1b5d948ca0
add diagram bump version to 4.5
2014-12-17 11:14:02 -08:00
ericvergnaud
c27222b0a0
Merge pull request #5 from antlr/add-$parser-support
...
Add $parser support
2014-12-02 15:54:29 +00:00
ericvergnaud
b69c8efaf5
moved from $self to $parser
...
also added a test case for the above, and adjusted generated tests for
member tokens
2014-12-02 23:36:03 +08:00
ericvergnaud
ac81816f38
add support for $self
2014-11-30 16:28:54 +08:00
ericvergnaud
940d47d6a2
house keeping
2014-11-25 00:14:02 +08:00
ericvergnaud
eb0686ca8e
Merge pull request #4 from antlr/visual-studio-support
...
visual studio support
2014-11-24 16:10:09 +00:00
ericvergnaud
fff8354eb8
visual studio support
2014-11-25 00:06:14 +00:00
ericvergnaud
5c389e5e7b
Merge pull request #3 from antlr/add-warnings-in-generated-tests
...
add edit warnings
2014-11-23 15:54:42 +08:00
ericvergnaud
a0e20063fb
add edit warnings
2014-11-23 15:49:57 +08:00
ericvergnaud
fe4b10237b
Merge pull request #2 from antlr/Prepare-release-4.5
...
prepare release
2014-11-23 02:13:33 +08:00
ericvergnaud
0f557737da
prepare release
...
all tests pass
added test for complement set
2014-11-23 02:02:22 +08:00
ericvergnaud
bfb819e045
Merge pull request #1 from antlr/unified-tool
...
CLSCompliant version for mono
2014-11-17 18:04:25 +00:00
ericvergnaud
710a4b11ef
CLSCompliant version for mono
2014-11-18 01:47:28 +08:00
ericvergnaud
195a11ee72
Merge branch 'master' of https://github.com/antlr/antlr4-csharp
2014-11-02 20:22:03 +08:00
ericvergnaud
1a8d1d1a88
rebase
2014-11-02 20:21:59 +08:00
Terence Parr
cb072ca1c4
add getVersion() as 4.4
2014-11-02 20:18:12 +08:00
Sam Harwell
fcdf397148
Update reference version to fix the abstract grammar option
2014-10-26 13:12:24 -05:00
Sam Harwell
ab7b0ae558
Fix the Force ATN option
2014-10-25 13:04:22 -05:00
Sam Harwell
48e9096fa4
Merge branch 'release/4.4.1-alpha001'
2014-09-30 15:08:13 -05:00
Sam Harwell
ab3f6b190e
Prepare for next development iteration
2014-09-30 15:07:53 -05:00
Sam Harwell
878739f6e4
Updated version numbers for release 4.4.1-alpha001
2014-09-30 15:07:17 -05:00
Sam Harwell
84f086cad4
The master branch is actually compiled against the optimized reference branch
2014-09-30 15:04:57 -05:00
Sam Harwell
f02285edd7
Update to development version 4.4.1
2014-09-30 06:50:19 -05:00
Sam Harwell
e811a63b90
Case insensitive comparison in build task
2014-09-30 06:50:18 -05:00
Sam Harwell
728706046c
Map .NET Framework [4.5, 5.0) to target CSharp_v4_5
2014-09-30 06:50:18 -05:00