Commit Graph

146 Commits

Author SHA1 Message Date
sridharxp 6e09f08348 InvokeRule without Fix without Temporary variable 2016-11-16 13:14:38 +05:30
hanjoes 35782f59ad Adding hanjoes to contributors.txt. 2016-11-15 14:59:21 -08:00
Mike Lischke 3b3fe3da57 Merge branch 'master_upstream'
Had to resolve a number of conflicts + added code required for the C++ target to generate header files, after the recent changes in the main repo.
2016-11-07 11:16:02 +01:00
Thom Morgan 6d12b85e10 Update contributors.txt 2016-11-06 09:37:13 -05:00
Peter Boyer b444d51648 Fix contributors merge conflict 2016-11-05 13:58:08 -04:00
Peter Boyer 8ebd12918f Fix merge conflict 2016-11-05 12:32:33 -04:00
parrt 6d022379bc Pull in parrt's branch 'model-updates-for-new-targets' which appears to have freshened some non Go stuff as well. Simplify Go filename construction. 2016-11-05 08:48:37 -07:00
Mike Lischke e71e95080a Merge branch 'master_upstream'
Also updated the list of ignored tests in the Cpp.test.stg file (lke it is done for the other targets).
2016-11-05 15:07:59 +01:00
runner 1b7fc4119d sign cla
sign cla
2016-11-05 19:58:22 +08:00
Sebastian Kürten 3e1c0282a2 Update contributors.txt
Add Sebastian Kürten
2016-11-01 14:38:55 +01:00
kai stammerjohann af624e1321 contributors.txt update 2016-11-01 09:48:57 +01:00
Floor 951d0f06d7 cpp runtime: updated the vs2013 project reflecting the last changes 2016-10-21 13:07:15 +02:00
parrt 285c7fca6c resolve contribs conflict 2016-10-13 16:21:00 -07:00
Niels Basjes 0bf739fa73 Added Niels Basjes to the contributers list 2016-10-13 22:53:12 +02:00
parrt 4312b37828 pull test changes in 2016-10-13 10:58:19 -07:00
Christian Gudrian 07f57564ec Update contributors.txt
Added cgudrian
2016-10-13 07:41:17 +02:00
Peter Boyer 42347c078b Fix merge failure 2016-10-12 09:53:43 -04:00
Mike Lischke 3b98c1136e Merge branch 'master_upstream' 2016-09-25 11:31:51 +02:00
Burt Harris 9a7e0b5e4e Merge branch 'master' into fixGitignore
These are changes from the upstream master.
2016-09-23 14:47:33 -07:00
Vlad ae435d06c8 add TokenStreamRewriter to Python2 runtime 2016-09-02 15:36:11 +03:00
Andreas Jonson 6e780c90bb update the runtime paths to work in windows
the old paths contained a / at the beginning of the path e.g. "/C:/" but the expected path is "C:/" and due to this all test for the targets javascript, python and c# failed on windows.
2016-08-19 23:27:08 +02:00
Burt Harris a51b709954 Fix .gitignore for target language directory
Also added .gitignore entries for Node.js & typescript dependency cache directories.
2016-08-11 12:56:34 -07:00
Wolfgang Johannes Kohnen 9371c7900e Sign CLA. 2016-08-08 19:36:00 +02:00
Dan McLaughlin 6230fbe5d9 Add myself to contributor list 2016-08-05 08:35:15 -07:00
Mike Lischke d089c8d864 Manually merged pull request #26. 2016-08-01 09:20:36 +02:00
Tim O'Callaghan 6d33a6f19b updated contributors list with my details 2016-07-27 21:46:35 +02:00
Chris Heller bba03383d2 Bring chrisheller-patch-1 branch up to date 2016-07-23 01:37:09 -07:00
Mike Lischke e8766953da Added kosl90 to contributors list. 2016-07-21 11:05:48 +02:00
Chris Heller 3a1c803548 Add Chris Heller to contributors.txt
As requested for submitting contributions.
2016-07-20 21:13:22 -07:00
Nathan Burles ffd65e3ef4 Added to contributors.txt 2016-07-20 16:20:01 +01:00
Will Faught 24a26d90df Sign CLA 2016-07-18 17:20:59 -07:00
Mike Lischke 014d9fd593 Merge branch 'master' into feature/templates 2016-04-23 16:05:10 +02:00
Renata Hodovan 65a1f396de Remove unnecessary semicolons from Python targets.
The Python templates contained superfluous semicolons after
the sync call of errHandler. This patch removes them.
2016-04-13 21:15:23 +02:00
parrt 1356186f65 add get max token type to vocab. 2016-03-29 15:55:02 -07:00
Raphael R 7b9a7b5ec5 Update contributors.txt 2016-03-29 10:47:18 +02:00
Martin von Gagern 10756477ce Signing contributors.txt 2016-03-28 23:46:58 +02:00
Martin Steiger 420f4e0282 Update contributors.txt
Added msteiger
2016-03-28 22:10:36 +02:00
beardlybread ba64a1e001 documentation typos 2016-03-27 20:04:54 -04:00
Mike Lischke 7e09002ebc First working version of a demo app that uses the new C++ target.
- Created a new command line target in the XCode project. Win + Linux yet outstanding.
- Reorganized the C++ runtime folder structure a bit
  * Put everything in a new folder "runtime"
  * Added a "demo" folder for the demo grammar + app
  * Renamed Apple folder to Mac in demo folder
  * Added a script with some descriptions to run parser regeneration (via jar or classes). This is also used in the XCode project to regenerate the files.
  * Moved all C++ runtime files up in the folder hierarchy. No need to mimic the deep nesting from Java.
- Some adjustments here and there in the C++ runtime for consistency.
- Overhaul of the Cpp.stg file to produce compilable code. Extracted file level templates into a new template Files.stg. Experimented with new named actions (@parser::listenerheader) but the result is not satisfying yet. Need to investigate more.
- Extended ANTLR to produce header files if a target class returns true in the new function needsHeader().
- Added generated folder from demo to .gitignore
- Added myself to contributors file + maven xml.
2016-03-15 21:02:47 +01:00
David Tymon 121aba1bb8 pull in contrib 2016-01-28 11:09:52 -08:00
parrt ca5f65c731 Merge branch 'patch-1' of git://github.com/cooperra/antlr4 into cooperra-patch-1 Fixes #1081 2016-01-28 10:55:15 -08:00
parrt 34787c0fd8 Merge branch 'patch-1' of git://github.com/cooperra/antlr4 into cooperra-patch-1 Fixes #1081 2016-01-28 10:54:47 -08:00
parrt 3a733af5f7 Merge branch 'patch-1' of git://github.com/cooperra/antlr4 into cooperra-patch-1
# Conflicts:
#	contributors.txt
2016-01-28 10:47:57 -08:00
parrt 5299d436aa Merge branch 'patch-1' of git://github.com/cooperra/antlr4 into cooperra-patch-1
# Conflicts:
#	contributors.txt
2016-01-28 10:47:03 -08:00
Peter Boyer 8eaea9105d Fix merge conflict in contributors 2015-12-23 14:36:21 -06:00
Peter Boyer 6a7cae8ea9 Update contributors.txt 2015-12-23 14:33:05 -06:00
sebadur a631e3007a Signed to contributors.txt
- Also implemented sharwell's suggested changes of originally pull request
2015-12-17 01:15:49 +01:00
Terence Parr 1438ab817f why oh why does intellij skip changes when i push? 2015-12-08 11:38:35 -08:00
Terence Parr 99563b116e merging KvanTTT changes. 2015-12-08 11:38:08 -08:00
Udo Borkowski b9b1afe902 sign "contributors.txt" file 2015-11-25 10:08:35 +01:00
Robbie Cooper 3abca793af Add cooperra to contributors.txt 2015-11-12 17:18:17 -05:00
Terence Parr 482d8d44fd resolve contrib conflict 2015-10-27 09:43:07 -07:00
Terence Parr a2fb725bb6 resolve contrib conflict 2015-10-25 14:16:18 -07:00
Terence Parr f662966ab8 resolve contrib conflict 2015-10-25 14:10:16 -07:00
hkff 2106fdc60e contributors.txt signed 2015-10-25 21:33:32 +01:00
Terence Parr ce503121f5 resolve conflict in contributors file 2015-10-25 12:47:45 -07:00
Martin Probst 3756ae375f added myself to contributors.txt 2015-10-21 23:32:31 +02:00
Ivan Kochurkin 9fbef85c1c Updated contributors list. 2015-10-12 16:35:16 +03:00
Alex Fedotov f3fcc7270d Signed contribution agreement. 2015-10-08 22:14:11 -07:00
Bryan Wilhelm 84fbffdcb0 Updating contributors file. 2015-10-08 19:26:29 -04:00
Bryan Wilhelm fce6c086d2 Update doc comment in C# target base listener and visitor classes to use correct method name. 2015-10-06 21:34:17 -04:00
nttdatahenriksorensen dfced27fe8 Added contributors from master 2015-09-24 21:25:20 -07:00
nttdatahenriksorensen 7a031a88ea Added myself as contributor 2015-09-24 21:16:34 -07:00
Terence Parr ca467f2d45 fix merge in contrib file 2015-09-18 14:04:26 -07:00
Rajiv Subrahmanyam 7a37322f18 Adding name to contributors 2015-09-18 13:16:11 -07:00
Krzysztof Kaczor e2554805de added myself as contributor 2015-09-18 17:30:11 +02:00
Jason van Zyl 8824e35a1f Adding myself as a contributor 2015-06-29 14:28:18 -04:00
jcbrinfo 8270e906b6 Add @jcbrinfo as a contributor
I want to contribute to the antlr/antlr4-python3 project.

Signed-off-by: jcbrinfo <jcbrinfo@users.noreply.github.com>
2015-05-27 10:13:23 -04:00
Pétur Ingi Egilsson 1fad604cd4 Added my name. 2015-05-20 16:35:53 +02:00
Josh Chase 108f0557fa Add goto to reserved words for java. 2015-05-12 12:31:00 -07:00
lkraz 0bff196e15 Added lkraz to contributors. 2015-05-09 19:02:28 +10:00
Michael Kriese 4aeae0edf8 Update contributors.txt 2015-05-08 20:02:59 +02:00
jszheng da3a141059 Signed contributor's agreement. 2015-04-29 15:41:24 +08:00
Ondrej Jakubcik 05ba3bfec8 Signed contributor's agreement. 2015-04-08 20:21:25 +02:00
Robert Jacobson 6c35a12bbb Robert Jacobson signed the contributor agreement. 2015-04-03 12:22:11 -04:00
RedTailedHawk b45be6db5a Signed contributors agreement 2015-03-07 13:42:32 -05:00
Pavlo V. Lysov 0679d19fa3 adds Pavlo Lysov to the list of contributors 2015-02-15 10:49:49 +02:00
Thomas Lottermann 83d91ad1da Added as contributor due to a fix in antlr4-javascript
https://github.com/antlr/antlr4-javascript/pull/18
2015-01-29 15:32:40 +01:00
Sam Harwell 10b9fdf69c Merge pull request #750 from bdkearns/sign 2014-10-27 23:13:09 -05:00
Brian Kearns cf7a46958c add self to contributors.txt 2014-10-28 00:03:54 -04:00
Michael Peyton Jones 8070c40f0b Sign contributors agreement 2014-10-27 17:35:40 +00:00
sergiusignacius fb6839b40a Added name to contributors file 2014-10-18 21:50:19 +01:00
Sam Harwell d506602696 Merge pull request #719 from jeduden/master 2014-09-29 15:38:33 -05:00
Jan-Eric Duden 26e2c72c97 Sign contributor agreement 2014-09-28 22:14:08 +02:00
Petr Bělohlávek 2883ee2897 contributor agreement signed 2014-09-27 15:45:03 +02:00
Jim Idle 914a61eae4 Correct the email address of Jim Idle 2014-07-03 11:35:11 +08:00
Jim Idle 5c43d2105d Add Jim Idle to the list of contributors 2014-07-03 11:31:02 +08:00
ericvergnaud 8adc8d1300 add eric to contributors 2014-06-07 22:58:27 +08:00
Kyle Kingsbury acb1b916e0 Add aphyr (Kyle Kingsbury) to contributors list 2014-03-18 17:01:43 -07:00
cayhorstmann f138278cbc Update contributors.txt 2013-08-20 16:52:37 -07:00
Bart Kiers 39f58b95ae Added a export-to-PNG button in the dialog that is launched after invoking org.antlr.v4.runtime.misc.TestRig with the "-gui" parameter. When pressed, a PNG file of the parse tree is created in the present working directory. 2013-03-06 21:05:19 +01:00
Dave Parfitt b2d2ee348a added Dave Parfitt to contributors.txt 2013-01-29 14:14:40 -05:00
Alan D. Cabrera 71d27f4c6a Signed CLA 2012-11-23 10:55:21 -08:00
Stephen Gaito 3ff799d359 added -listener and -visitor dependency generation to the command line -depend switch (tool/BuildDependencyGenerator.java); signed contributors.txt file 2012-10-10 15:27:28 +01:00
Sam Harwell ff0c658af5 Sign contributors.txt 2012-09-18 16:11:10 -05:00
Terence Parr 1155c40fc8 add contrib agreement 2012-08-13 12:58:06 -07:00