This commit is contained in:
nora 2022-07-24 18:22:52 +02:00
parent b74c11987b
commit 475a520de3
8 changed files with 61 additions and 8 deletions

View file

@ -1,6 +1,5 @@
#![allow(dead_code)] // TODO: no
#![warn(rust_2018_idioms)]
struct Ctx<P> {
parser: P,
}
mod hir;
mod lower;