
|
If you were logged in you would be able to see more operations.
|
|
|
ANTLR v3
Created: 23/Mar/08 12:14 PM
Updated: 03/May/08 02:41 PM
|
|
| Component/s: |
All targets
|
| Affects Version/s: |
3.0.1
|
| Fix Version/s: |
3.1
|
|
|
here is a grammar which "does not work"; it is for rewriting of conditions to a disjunctive normal form.
First, I had to add a template to the ASTParser.stg (I did it for Java and C#):
wildcardTrack(label,elementIndex) ::= <<
matchAny(input);
>>
- otherwise, ANTLR (i.e., Stringtemplate) would crash because it could not find that macro ... for the contents of it, I just made a wild gues ...
|
|
Description
|
here is a grammar which "does not work"; it is for rewriting of conditions to a disjunctive normal form.
First, I had to add a template to the ASTParser.stg (I did it for Java and C#):
wildcardTrack(label,elementIndex) ::= <<
matchAny(input);
>>
- otherwise, ANTLR (i.e., Stringtemplate) would crash because it could not find that macro ... for the contents of it, I just made a wild gues ... |
Show » |
| There are no comments yet on this issue.
|
|