Docs.rs
kyu-parser-0.1.0
kyu-parser 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
darmie
Dependencies
ariadne ^0.4
normal
chumsky ^0.9
normal
kyu-common ^0.1.0
normal
kyu-types ^0.1.0
normal
smol_str ^0.3
normal
Versions
10.37%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module token
kyu_
parser
0.1.0
Module token
Module Items
Enums
Functions
In crate kyu_
parser
kyu_parser
Module
token
Copy item path
Source
Enums
§
Token
Lexical token for the Cypher query language. Produced by the hand-written lexer and consumed by the chumsky parser.
Functions
§
lookup_
keyword
Look up whether an identifier is a keyword. Cypher keywords are case-insensitive.