Module cairo_lang_syntax::node

source ·

Modules

Structs

Wrapper for formatting the text of syntax nodes.
SyntaxNode. Untyped view of the syntax tree. Adds parent() and offset() capabilities.

Traits

Trait for the typed view of the syntax tree. All the internal node implementations are under the ast module.