Sam Harwell
|
06375af15e
|
Update CHANGES.txt
|
2013-03-26 18:54:45 -05:00 |
Sam Harwell
|
0bdf5aa4d1
|
Remove unused Parser utility method toStrings left over from output=template
|
2013-03-26 18:53:12 -05:00 |
Sam Harwell
|
dd9ba73b6f
|
Improved documentation and use of the Parser._tracer field; made the field private instead of protected
|
2013-03-26 18:53:09 -05:00 |
Sam Harwell
|
18bb9dc9be
|
Updated documentation of getBuildParseTree and setBuildParseTree
|
2013-03-26 18:53:06 -05:00 |
Sam Harwell
|
a60df9d28e
|
Updated documentation of Parser's parse listener related methods; event trigger methods are protected instead of public
|
2013-03-26 18:53:03 -05:00 |
Sam Harwell
|
3acc78cf87
|
Use full name "listener" for variables instead of just "l"
|
2013-03-26 18:53:00 -05:00 |
Sam Harwell
|
a087ed17ee
|
Updated Parser documentation
|
2013-03-26 18:52:57 -05:00 |
Sam Harwell
|
f12de7dfa7
|
Remove unused (commented out) code
|
2013-03-26 18:52:54 -05:00 |
Sam Harwell
|
1d3910a78b
|
Updated documentation of Parser fields
|
2013-03-26 18:52:51 -05:00 |
Sam Harwell
|
cb6207e707
|
Updated documentation of Parser.match and Parser.matchWildcard
|
2013-03-26 18:52:49 -05:00 |
Sam Harwell
|
c577f5abfe
|
Updated documentation in RecognitionException
|
2013-03-26 18:52:46 -05:00 |
Sam Harwell
|
df9685ecaf
|
Update CHANGES.txt
|
2013-03-26 18:45:59 -05:00 |
Sam Harwell
|
6adf9bc95d
|
Remove unnecessary null check
|
2013-03-26 18:42:21 -05:00 |
Sam Harwell
|
a7e021da4c
|
Updated ANTLRErrorStrategy and DefaultErrorStrategy documentation
|
2013-03-26 18:42:18 -05:00 |
Sam Harwell
|
1213aaad0b
|
Call inErrorRecoveryMode instead of accessing the errorRecoveryMode field directly
|
2013-03-26 18:42:16 -05:00 |
Sam Harwell
|
185172caac
|
Improved encapsulation of DefaultErrorStrategy internal implementation details (protected methods instead of public)
|
2013-03-26 18:42:13 -05:00 |
Sam Harwell
|
56e49fdc38
|
ANTLRErrorStrategy.sync and recover can throw a RecognitionException, but not reportError
|
2013-03-26 18:41:48 -05:00 |
Sam Harwell
|
70452f7e4b
|
ANTLRErrorStrategy.beginErrorCondition and endErrorCondition were implementation details. Replaced them with the API-relevant alternatives reset and reportMatch
|
2013-03-26 18:41:45 -05:00 |
Sam Harwell
|
6c4f4181d9
|
Simplify the ANTLRErrorStrategy interface by reusing the token factory from the parser instead of having the error strategy maintain its own separately
|
2013-03-26 18:41:42 -05:00 |
Sam Harwell
|
07689de50f
|
Updated @NotNull and @Nullable annotations, linked documentation
|
2013-03-26 18:41:39 -05:00 |
Sam Harwell
|
685d2a32d4
|
Update CHANGES.txt
|
2013-03-26 18:23:47 -05:00 |
Sam Harwell
|
c6a9d62b25
|
Track the number of syntax errors in Parser.notifyErrorListeners instead of in the error strategy
|
2013-03-26 18:23:06 -05:00 |
Sam Harwell
|
e9bccee49f
|
Update CHANGES.txt
|
2013-03-26 18:14:22 -05:00 |
Sam Harwell
|
bc17cd4a28
|
Move primary implementation of getExpectedTokens to ATN, fixes #191
|
2013-03-26 18:14:19 -05:00 |
Sam Harwell
|
4f29c2fe3d
|
Updated ATN documentation
|
2013-03-26 18:14:16 -05:00 |
Sam Harwell
|
f6ad977e0d
|
ATN fields grammarType and maxTokenType are now final
|
2013-03-26 18:14:13 -05:00 |
Sam Harwell
|
8b6c994694
|
Remove unnecessary field ATN.stateNumber
|
2013-03-26 18:14:10 -05:00 |
Sam Harwell
|
36abbda44f
|
Create ATNType enumeration for ATN.grammarType field, use UUID instead of incrementing a version number for improved reliability across branches
|
2013-03-26 18:14:07 -05:00 |
Sam Harwell
|
507f331bd0
|
Update CHANGES.txt
|
2013-03-26 18:14:04 -05:00 |
Sam Harwell
|
7d52fb7ecd
|
Add a PNG Files filter and select it by default
|
2013-03-07 15:21:49 -06:00 |
Sam Harwell
|
5fdb01499d
|
Handle the overwrite confirmation by overriding JFileChooser.approveSelection
|
2013-03-07 15:21:18 -06:00 |
Sam Harwell
|
df2dcb6631
|
Merge remote-tracking branch 'bkiers/png-export-tweaks'
|
2013-03-07 14:54:05 -06:00 |
Bart Kiers
|
c62dfdaa69
|
Expanded PNG export functionality.
|
2013-03-07 21:09:51 +01:00 |
Terence Parr
|
347375ec04
|
Move "png" button to the right of "OK", refactor export action to its own method
|
2013-03-06 15:20:30 -06:00 |
Sam Harwell
|
82a00104f6
|
Fix formatting problems in pull request
|
2013-03-06 15:15:32 -06:00 |
Sam Harwell
|
d4c8db4940
|
Merge remote-tracking branch 'bkiers/png-export-tree'
|
2013-03-06 14:57:01 -06: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 |
Sam Harwell
|
c35f5ec40c
|
Do not require escape for $ in action when not followed by an ID start char (fixes #176)
|
2013-03-06 13:13:33 -06:00 |
Sam Harwell
|
56c053a5be
|
Remove unreferenced fragment rules
|
2013-03-06 13:00:29 -06:00 |
Sam Harwell
|
e54aa851cd
|
Fix generation of invalid Unicode escape sequences in Java code (fixes #164)
|
2013-03-06 12:16:44 -06:00 |
Sam Harwell
|
e0e6e0a94c
|
Specify locale for all format operations (fixes #158)
|
2013-03-06 11:26:38 -06:00 |
Sam Harwell
|
2ffb12028a
|
Directly reference ErrorType members from tests for easier cross-referencing
|
2013-03-06 11:09:33 -06:00 |
Sam Harwell
|
a9e1b8b2b6
|
Change error type 146 (EPSILON_TOKEN) to a warning (fixes #180)
|
2013-03-06 10:55:25 -06:00 |
Sam Harwell
|
fef6dd2885
|
Allow direct calls to left-recursive rules (fixes #161)
|
2013-03-06 10:48:42 -06:00 |
Sam Harwell
|
8744e65690
|
build.xml: Expand the *.g arg to a list of grammars before calling the ANTLR 3 tool
|
2013-03-02 13:18:39 -06:00 |
Terence Parr
|
21b255df54
|
Merge branch 'master' of github.com:antlr/antlr4
|
2013-03-02 10:19:37 -08:00 |
Terence Parr
|
d97e88db66
|
antlr.org -> antlr3.org for loading jar
|
2013-03-02 10:19:24 -08:00 |
Sam Harwell
|
03f8d3772f
|
Fix comparison with IntStream.EOF
|
2013-02-26 11:09:24 -06:00 |
Sam Harwell
|
645f80971f
|
Merge remote-tracking branch 'sharwell/lexer-commands'
|
2013-02-23 17:59:15 -06:00 |
Sam Harwell
|
7018297130
|
Merge branch 'javatarget'
|
2013-02-23 17:58:50 -06:00 |