Skip to main content

Module token

Module token 

Source
Expand description

Token contract for the GraphForge Cypher lexer.

This enum is the frozen ABI between the lexer (graphforge-cypher) and the differential test harness (graphforge-cypher/tests/). Removing or renaming a variant is a breaking change. Adding new variants is allowed only in minor releases and must be accompanied by a #[non_exhaustive] guard.

Enums§

Keyword
Every reserved keyword in the openCypher grammar.
Token
A lexed token emitted by the GraphForge Cypher lexer.