wright/
ast.rs

1
2
3
4
5
6
7
8
//! [Abstract syntax tree] modeling.
//!
//! [Abstract syntax tree]: https://en.wikipedia.org/wiki/Abstract_syntax_tree

pub mod identifier;
pub mod path;
// pub mod ty;
pub mod literal;