
|
If you were logged in you would be able to see more operations.
|
|
|
ANTLR v3
Created: 07/Jan/08 11:09 AM
Updated: 03/May/08 10:57 AM
|
|
| Component/s: |
ANTLR Core
|
| Affects Version/s: |
3.0.1
|
| Fix Version/s: |
3.1
|
|
|
We have two parsers, v3.g and v3w.g, where the v3w.g uses the tokens file generated by the v3.g. To avoid generating files in the src directory, I used the -o option to a separate directory. This worked for the first grammar, but the second complained that ./v3.tokens cannot be found. Shouldn't tokenVocab include the output directory in its search path, like javac does?
Tom Ball from sun.
|
|
Description
|
We have two parsers, v3.g and v3w.g, where the v3w.g uses the tokens file generated by the v3.g. To avoid generating files in the src directory, I used the -o option to a separate directory. This worked for the first grammar, but the second complained that ./v3.tokens cannot be found. Shouldn't tokenVocab include the output directory in its search path, like javac does?
Tom Ball from sun. |
Show » |
|