Will Faught
|
90ac6c0f63
|
Change "a" back to "this" in comment
|
2016-05-21 17:08:48 -07:00 |
Will Faught
|
b4da149732
|
Lint: Remove underscores from names
|
2016-05-21 01:02:49 -07:00 |
Will Faught
|
71dba8cb91
|
Lint: Change all caps "LOOK" in names to camel case
|
2016-05-21 00:27:51 -07:00 |
Will Faught
|
29b6530a2b
|
Lint: Omit redundant declaration types
|
2016-05-21 00:22:54 -07:00 |
Will Faught
|
5c4e28487e
|
Lint: Replace -= 1 with --
|
2016-05-21 00:22:54 -07:00 |
Will Faught
|
c81f2a7901
|
Lint: Drop nil declaration assignments
|
2016-05-21 00:18:15 -07:00 |
Will Faught
|
056f3f62c1
|
Lint: Rename initialisms to uppercase
|
2016-05-21 00:13:27 -07:00 |
Will Faught
|
26df617532
|
Lint: Outdent else blocks for if blocks that return
|
2016-05-21 00:05:40 -07:00 |
Will Faught
|
33fd68778e
|
Lint: Replace += 1 with ++
|
2016-05-20 23:44:36 -07:00 |
Will Faught
|
9ed1ed1003
|
Lint: Use uniform receiver names
|
2016-05-20 23:41:06 -07:00 |
Will Faught
|
8a1b68feb4
|
Lint: Omit unused second range var
|
2016-05-20 23:27:24 -07:00 |
Will Faught
|
3b742ed8cb
|
Lint: Rename generic "this" var
|
2016-05-20 23:25:05 -07:00 |
Will Faught
|
5361aedc0b
|
Vet
|
2016-05-20 18:52:08 -07:00 |
Will Faught
|
21fa2d1310
|
Format
|
2016-05-20 18:52:08 -07:00 |
Will Faught
|
baaf1fe72f
|
Rename files to snake case
|
2016-05-20 18:52:02 -07:00 |
Will Faught
|
519277f78f
|
Rename package antlr4 to antlr
|
2016-05-20 17:34:38 -07:00 |
Will Faught
|
bff76c3e5a
|
Move runtime/Go/LICENSE.txt to antlr
|
2016-05-20 17:34:04 -07:00 |
Will Faught
|
4200fc7c14
|
Delete unneeded README.md
|
2016-05-20 17:33:32 -07:00 |
Will Faught
|
db5a5c5c17
|
Move runtime/Go/src/antlr4 to runtime/Go/antlr
|
2016-05-20 17:33:07 -07:00 |
Peter Boyer
|
3406acabe5
|
Correct nil check in ParserATNSimulator
|
2016-05-20 10:33:39 -04:00 |
Peter Boyer
|
1ccaad7ae1
|
Fix incorrect assignment of stop token
|
2016-02-01 11:27:49 -05:00 |
Peter Boyer
|
89f1192cb6
|
Fixes to Go runtime, tool
|
2016-01-21 19:31:30 -05:00 |
Peter Boyer
|
92b8f9f891
|
Various test fixes
|
2016-01-19 10:44:16 -05:00 |
Peter Boyer
|
86d65cf719
|
Fix lexer test failures
|
2016-01-16 17:11:00 -05:00 |
Peter Boyer
|
8f70a6f553
|
Fix test and GetRuleInvocationStack
|
2016-01-13 21:19:13 -05:00 |
Peter Boyer
|
c8b73c99ea
|
Fix issue where recovering tests returned nil by using named return value
|
2016-01-12 23:56:00 -05:00 |
Peter Boyer
|
da94e5295e
|
Fix some tests
|
2016-01-12 23:14:38 -05:00 |
Peter Boyer
|
260ccd056b
|
Fixed a minor bug in Go runtime
|
2016-01-11 00:02:46 -05:00 |
Peter Boyer
|
7473c21b1e
|
Even more test fixes yayaya
|
2016-01-08 16:57:54 -05:00 |
Peter Boyer
|
857600be43
|
Numerous test fixes
|
2016-01-08 09:28:38 -05:00 |
Peter Boyer
|
b53e85afd2
|
Fix issue with code gen
|
2016-01-07 17:06:31 -05:00 |
Peter Boyer
|
096f26d3ae
|
Minor fixes for left recursive rules
|
2016-01-07 09:46:00 -05:00 |
Peter Boyer
|
21999adb6e
|
Fix a bunch of compiler errors in Go runtime-testsuite
|
2016-01-06 19:12:37 -05:00 |
Peter Boyer
|
81b47eedd7
|
Various minor fixes
|
2016-01-05 17:05:12 -05:00 |
Peter Boyer
|
977a1c3ae7
|
Fix issue with tests
|
2016-01-05 09:30:28 -05:00 |
Peter Boyer
|
f2852686a7
|
Some of the runtime-testsuite tests now pass
|
2016-01-04 14:57:47 -05:00 |
Peter Boyer
|
ddd706baf2
|
Fix issue printing tokens from IntervalSet
|
2016-01-03 22:44:36 -05:00 |
Peter Boyer
|
fa46c498af
|
Export some additional interface methods, fix issues with ParseTreeWalker, generate base Listener with tool
|
2016-01-03 22:07:43 -05:00 |
Peter Boyer
|
805f706f02
|
go fmt the whole project
|
2015-12-31 17:54:30 -05:00 |
Peter Boyer
|
39c1321d40
|
More, more refactoring cleanup
|
2015-12-31 17:53:41 -05:00 |
Peter Boyer
|
ddb296cf01
|
More refactoring and cleanup
|
2015-12-31 15:36:56 -05:00 |
Peter Boyer
|
0726f4c2bb
|
Some refactoring and cleanup
|
2015-12-31 15:01:37 -05:00 |
Peter Boyer
|
89427b7f45
|
Allow disabling debug statements
|
2015-12-31 13:42:59 -05:00 |
Peter Boyer
|
efa8676211
|
Go impl emits exact same debug messages as JS impl. Yessss....
|
2015-12-29 16:37:17 -06:00 |
Peter Boyer
|
7798333f72
|
More bugs
|
2015-12-29 15:32:11 -06:00 |
Peter Boyer
|
56e6e6c26f
|
More debugging
|
2015-12-29 12:34:26 -06:00 |
Peter Boyer
|
c08a19233c
|
More bug fixing and debugging
|
2015-12-28 20:31:56 -06:00 |
Peter Boyer
|
4ffb3f81b6
|
More minor fixes
|
2015-12-26 10:32:02 -06:00 |
Peter Boyer
|
a2e6ee7570
|
Minor fixes
|
2015-12-25 17:52:49 -06:00 |
Peter Boyer
|
e6a0cce6db
|
Time to find more bugs
|
2015-12-25 16:46:09 -06:00 |