Skip to content

Bad error message #369

Description

@redspacecat

Whenever there's some sort of unrecognized token somewhere, instead of saying where it is and what it is, an error is thrown that gives no useful information.
For example with the code:

costumes "assets/blank.svg";

onflag {
    say "Hello, World!";
    a;
}

Gives:

error: expected `,` or `}` at line 1 column 1387
Finished in 6.6889ms

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