Constant

JUDO_TOKEN_ARRAY_END

Array end.

Since v1.0
enum judo_token {
    JUDO_TOKEN_ARRAY_END,
}

Discussion 🔗

Indicates an array has finished being parsed. It corresponds to the ] lexeme.