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
{{ message }}
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
Perceived Problem
We can't define them at the lexer level because code may contain non-standard begin/end markers.
Ideas / Proposed Solution(s)
These two
moo.Lexer
methods should be used:The idea:
lexer.save()
once HEREDOC start is encounteredlexer.reset(input, state)
with the theinput
andstate
values corresponding the position immediately after HEREDOCThe text was updated successfully, but these errors were encountered: