I need to write a parser for a simple expression that sup****ts
keywords AND, NOT, OR and parenteses "(" and ")"
between the keywords there is ever only one word (a role)
Anyone have an example for a construction like this. I have not worked
with javacc before...
Thanks,
Ivo.