
|
If you were logged in you would be able to see more operations.
|
|
|
ANTLR v3
Created: 19/Nov/06 04:13 PM
Updated: 09/Dec/07 02:53 PM
|
|
| Component/s: |
ANTLR Core
|
| Affects Version/s: |
3.0b5
|
| Fix Version/s: |
3.1
|
|
|
On 19. Nov 2006, at 23:12 , Randall R Schulz wrote:
It would be nice if the ANTLR command (as in {@link
org.antlr.Tool#main(String[])} would call System.exit(somethingNonZero)
if it detected and error in the submitted grammar specification.
|
|
Description
|
On 19. Nov 2006, at 23:12 , Randall R Schulz wrote:
It would be nice if the ANTLR command (as in {@link
org.antlr.Tool#main(String[])} would call System.exit(somethingNonZero)
if it detected and error in the submitted grammar specification. |
Show » |
|
Oliver Zeigermann said on antlr-interest:
I do not think so. Using System.exit in an IDE like e.g. Eclipse will
either tear down the whole IDE or cause a security exception. Neither
option is desirable.