You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this same problem when build a metacoffee parser for LISP (actually Maru) S-expressions, where backtick is a common syntactic shortcut for creating calls to "quasiquote".
The solution appears to be to add an entry for backtick in the definition of "specials" (used to enumerate characters that require escapes in strings) in ometa-lib, in particular adding the entry
I get errors whenever I try to make any rule with a literal backtick. All of these throw:
All give this error and stack trace:
When wrapped with single quotes, I get this special error:
When wrapped with double quotes, I get this special error:
The text was updated successfully, but these errors were encountered: