Docs.rs
trident-lang-0.1.0
trident-lang 0.1.0
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
mastercyb
Dependencies
ariadne ^0.4
normal
blake3 ^1
normal
burn ^0.20
normal
bytemuck ^1
normal
clap ^4
normal
petgraph ^0.7
normal
pollster ^0.4
normal
rayon ^1.10
normal
rkyv ^0.8
normal
serde ^1
normal
statrs ^0.18
normal
tokio ^1
normal
tower-lsp ^0.20
normal
wgpu ^24
normal
criterion ^0.5
dev
insta ^1
dev
tempfile ^3
dev
Versions
61.11%
of the crate is documented
Platform
i686-pc-windows-msvc
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 grammar
trident
0.1.0
Module grammar
Module Items
Structs
Enums
Functions
In trident::
syntax
trident
::
syntax
Module
grammar
Copy item path
Source
Structs
§
Grammar
Top-level grammar matching tree-sitter’s grammar.json schema.
Enums
§
Node
A node in a grammar rule tree. Maps 1:1 to tree-sitter’s 13 JSON node types.
Functions
§
alias
choice
comma_
sep1
comma_
sep1_
inline
field
optional
pattern
prec
prec_
left
repeat
repeat1
seq
str_
sym
token
trident_
grammar