good morning all,
how can i know how can i influence the way tokens are being matched ??
for example: i got two sentences: -1 and 5-1, on the first i need it
to be matched as a number (negative one), and on the second i need it
to be matched as an action and a number .... since javacc tries to
match as much chrecters and possible for a token it will be matched as
a <positive number><negative number>...
thanks in advance
jaimon