rascal
rascal copied to clipboard
Can't write concrete syntax hole for single character classes
Describe the bug
lexical X = [A-Z] [a-z];
and now I'd like to write:
(X) `<[A-Z] a><[a-z] b>`
But this produces parse errors in the concrete fragment.