Document events a bit

This commit is contained in:
Aleksey Kladov 2018-01-28 12:06:43 +03:00
parent cd4e13f10a
commit d3dedcace8

View file

@ -4,7 +4,6 @@ use {SyntaxKind, Token};
mod parser; mod parser;
mod grammar; mod grammar;
/// `Parser` produces a flat list of `Event`s. /// `Parser` produces a flat list of `Event`s.
/// They are converted to a tree-structure in /// They are converted to a tree-structure in
/// a separate pass, via `TreeBuilder`. /// a separate pass, via `TreeBuilder`.