start SOA parser interface

This commit is contained in:
Aleksey Kladov 2021-11-14 16:47:13 +03:00
parent fc628cfc89
commit addfd8d9e8
2 changed files with 59 additions and 0 deletions

View file

@ -20,6 +20,7 @@ mod syntax_kind;
mod event;
mod parser;
mod grammar;
mod tokens;
pub(crate) use token_set::TokenSet;