Skip to content

Rename backtrack variables to lookahead #2494

@ahoppen

Description

@ahoppen

The new parser does not actually backtrack, it only looks ahead. The variables named backtrack are a leftover of migrating the parser from C++ and should all be named lookahead.

Originated from #2487 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomersrefactoringAn internal refactoring of the codebase

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions