Skip to content

Improve JLox interpreter error handling #1

@RileyCullen

Description

@RileyCullen

Currently, the Lox class exposes a static error method for error handling. This creates a circular dependency (Lox -> Scanner for lexical analysis while Scanner -> Lox for error handling).

We should improve this by abstracting the error handling into it's own system so that the circular dependency is removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions