How do you specify a literal apostrophe in a grammar. For example, I
want to parse something like this.
f'(x)
I have a rule like this.
function: name '\'' '(' variable ')'
I don't think I'm specifying the literal apostrophe correctly.
--
R. Mark Volkmann
Object Computing, Inc.