aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
blob: e61c2ecb670b68d8f8f3be80386fceaea8b96730 (plain) (blame)
1
2
3
4
5
6
7
8
#![feature(exclusive_range_pattern, let_chains)]

mod lex;
// mod parse;
// mod check;
mod tree;

fn main() { }