Crate metaslang_cst

Crate metaslang_cst 

Source
Expand description

metaslang contains the core utilities that make Slang.

Modulesยง

cursor
A cursor that can traverse a CST in a DFS pre-order fashion.
kinds
The base types for every node in the CST.
nodes
Nodes of the CST.
query
Query module.
text_index
Represents a position within a text document, tracking multiple coordinate systems.