Start ast/generated/tokens

This commit is contained in:
Aleksey Kladov 2020-04-09 16:25:06 +02:00
parent d61932ef7e
commit 59b6b2278b
4 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,4 @@
//! This file is actually hand-written, but the submodules are indeed generated.
pub(super) mod nodes;
pub(super) mod tokens;