rascal icon indicating copy to clipboard operation
rascal copied to clipboard

Can't write concrete syntax hole for single character classes

Open jurgenvinju opened this issue 1 year ago • 0 comments

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.

jurgenvinju avatar May 13 '24 08:05 jurgenvinju