Currently `$` is a special rule, not a regexp. Thus we can't represent the follow: ``` '"' character* ('\n' | $) { error lexbuf "unclosed string literal" } ```
Currently
$is a special rule, not a regexp. Thus we can't represent the follow: