start incremental reparse

This commit is contained in:
Aleksey Kladov
2018-08-25 13:17:54 +03:00
parent 32c8ea9307
commit fed5727ea2
5 changed files with 46 additions and 4 deletions

View File

@@ -35,6 +35,10 @@ use {
parser_api::{Marker, CompletedMarker, Parser, TokenSet},
SyntaxKind::{self, *},
};
pub(crate) use self::{
expressions::block,
items::named_field_def_list,
};
pub(crate) fn file(p: &mut Parser) {
let file = p.start();