Crate plotnik_langs

Crate plotnik_langs 

Source

Re-exports§

pub use builtin::*;

Modules§

builtin
dynamic
Dynamic language loading (runtime). Not yet implemented.

Structs§

LangInner
Language implementation with embedded grammar and node types.

Traits§

LangImpl
Trait providing a unified facade for tree-sitter’s Language API combined with our node type constraints.

Type Aliases§

Lang
User-facing language type. Works with any language (static or dynamic).