Module rustre_parser::ast

source ·
Expand description

Structures and enums to represent Lustre’s syntax tree

Internal representation

The structures in this module are all merely wrappers around rowan’s SyntaxNode that provide useful specific getters for each node kind.

Modules

Structs

Enums

Traits