Commit Graph

4569 Commits

Author SHA1 Message Date
parrt a79e7bc992 add/update warning comment 2015-06-22 13:05:01 -07:00
parrt c67f4725f8 add/update warning comment 2015-06-22 13:04:59 -07:00
parrt 3c0f3a17e9 add/update warning comment 2015-06-22 13:04:57 -07:00
parrt 459b4bb8b6 add/update warning comment 2015-06-22 13:04:48 -07:00
ericvergnaud b09119e426 fix failing tests generation
those 4 tests used \r as input although \r has no impact on what is
being tested. Replaced or removed \r so tests can be generated and ran.
2015-06-22 12:34:19 -07:00
parrt 62333178ff node->nodejs executable 2015-06-22 12:29:51 -07:00
ericvergnaud fe13b23628 fix failing test generation
failed in Python because « type » is reserved
2015-06-22 12:15:11 -07:00
ericvergnaud 707dbb9f8f fix failing test generation
wrong rule was called
2015-06-22 12:13:56 -07:00
Terence Parr 73fd170b62 add AssertIsList() template; sync with 5c52288845 2015-06-22 11:29:05 -07:00
Terence Parr c8634bb9b6 add AssertIsList() template; sync with 5c52288845 2015-06-22 11:21:35 -07:00
Terence Parr 3cf6aa378e add AssertIsList() template; sync with 5c52288845 2015-06-22 11:21:22 -07:00
Terence Parr b8b317ce69 add AssertIsList() template; sync with 5c52288845 2015-06-22 11:14:34 -07:00
Terence Parr 5c52288845 use template name that indicates what we're testing here. AssertIsList(v). 2015-06-22 11:03:22 -07:00
Terence Parr 0330cee319 Use separate actions to get actions on line by themselves. 2015-06-22 10:58:17 -07:00
Terence Parr 19a43e27eb set version 2015-06-22 10:32:03 -07:00
Terence Parr 02f325db12 set version 2015-06-22 10:30:57 -07:00
Terence Parr 30aa7349f6 set version 2015-06-22 10:29:58 -07:00
Eric Vergnaud 437dd36673 update copyright notice 2015-06-21 23:23:42 +08:00
Eric Vergnaud 2b82632a81 update copyright notice 2015-06-21 23:23:19 +08:00
Eric Vergnaud 100d14a946 update copyright notice 2015-06-21 23:22:54 +08:00
Eric Vergnaud cc804e57a1 update copyright notice 2015-06-21 23:22:27 +08:00
Eric Vergnaud c270c5f326 cleanup circular import mess 2015-06-21 23:11:27 +08:00
Eric Vergnaud dfda30092e Remove forward declaration of listener/visitor, and adjust test templates accordingly 2015-06-21 19:14:42 +08:00
ericvergnaud c62ed0bc6a Fixes #29 2015-06-21 18:13:57 +08:00
ericvergnaud 44bee0ed58 Merge pull request #11 from superraz375/patch-1
Add properties to enable access to Lexer fields
2015-06-21 18:06:50 +08:00
ericvergnaud 232d734ecc cleanup post fix #8 2015-06-21 16:28:25 +08:00
ericvergnaud 3f23144eaf Fix #8
Drops support of .Net versions < 3.5.
Official support by Microsoft is dropped since 2011, see
http://stackoverflow.com/questions/2713392/when-will-microsoft-end-mains
tream-support-for-existing-versions-of-the-net-fra
People in need of support of older versions should use Sam Harwell ’s
version
2015-06-21 16:10:32 +08:00
ericvergnaud c82440b7cb >Fix #14 2015-06-21 15:11:51 +08:00
ericvergnaud 98de3a7cbe renamed files 2015-06-21 15:03:45 +08:00
ericvergnaud c10ff6033c renamed files 2015-06-21 14:54:56 +08:00
ericvergnaud e92555a5ec fixed closure test template 2015-06-21 04:32:21 +08:00
ericvergnaud 57b77c5460 fixed closure test template 2015-06-21 04:32:05 +08:00
ericvergnaud 70fa6b27f0 fixed closure test template 2015-06-21 04:31:43 +08:00
ericvergnaud ab5ec5586a fixed closure test template 2015-06-21 04:31:35 +08:00
ericvergnaud 2b0a58e270 broken template 2015-06-21 04:31:02 +08:00
ericvergnaud eb390c9bc2 fix broken template 2015-06-21 03:31:09 +08:00
Terence Parr 162c6138a5 rm unused template 2015-06-20 12:21:51 -07:00
ericvergnaud 214a4b7f52 fix case sensitive env 2015-06-21 03:07:05 +08:00
ericvergnaud cfd9641deb fix case sensitive env 2015-06-21 03:06:43 +08:00
Terence Parr 82d0cbc3f6 add missing template 2015-06-20 11:59:44 -07:00
ericvergnaud 70aad391f7 missing template 2015-06-21 02:51:21 +08:00
ericvergnaud 4dabde4b9b missing template 2015-06-21 02:50:22 +08:00
ericvergnaud 70073950e2 fix #40 2015-06-21 02:30:55 +08:00
ericvergnaud bb6308f6c1 fix #40
no need to escape with Python
2015-06-21 02:26:56 +08:00
Terence Parr 7f22155900 Tweak package for Python support code. 2015-06-20 11:25:03 -07:00
parrt 6c9a674ea7 import common code from package python not python2; given the change in package, requires an import 2015-06-20 11:07:32 -07:00
ericvergnaud 9956b3e9d1 Merge pull request #43 from jcbrinfo/patch-1
Fix `LexerNoViableAltException.__str__`
2015-06-21 02:02:18 +08:00
ericvergnaud 957fc82643 Revert "rename package to python2 for consistency with other target and to make it more clear; hope that is okay"
This reverts commit ab6b292773.
2015-06-21 01:53:29 +08:00
ericvergnaud 06730fcc6c delete legacy test generator and generated tests 2015-06-21 01:11:11 +08:00
ericvergnaud 1534a97c15 delete legacy tests 2015-06-21 01:07:18 +08:00