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 was archived by the owner on Oct 26, 2024. It is now read-only.
When I pass something with white spaces at the end to the lexer (e.g. "2+2 "), it will
lead in an infinite loop.
class GlassScriptLexer -> IsWhiteSpace() returns true if it is EOF
while this is wanted in some places where IsWhiteSpace() is used, it causes the infinite loop in
ScanWhiteSpace()