wright 0.10.1

The wright programming language compiler and tooling.
Documentation
1
2
3
4
5
6
7
8
9
//! [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 decl;
pub mod literal;