Skip to content

Group Start States #9

Description

@Grant-Nelson

Some tokenizer states lead to another state with the same transition or leads to the same token. This should be handled as if it was the same as all of those being individual state definitions.

For example (A, B, C): '&' => (D); or (A, B, C) => [Int].

This only works at the start of the state. Something like (A): 'a'..'c' => (A, B, C) would not work since only the first state would be taken and the rest would be unreachable from this transition.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions