Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Infinite Loop #1

@timmi-on-rails

Description

@timmi-on-rails

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions