port mbe to soa tokens
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
//! The Rust parser.
|
||||
//!
|
||||
//! NOTE: The crate is undergoing refactors, don't believe everything the docs
|
||||
//! say :-)
|
||||
//!
|
||||
//! The parser doesn't know about concrete representation of tokens and syntax
|
||||
//! trees. Abstract [`TokenSource`] and [`TreeSink`] traits are used instead.
|
||||
//! As a consequence, this crate does not contain a lexer.
|
||||
//! trees. Abstract [`TokenSource`] and [`TreeSink`] traits are used instead. As
|
||||
//! a consequence, this crate does not contain a lexer.
|
||||
//!
|
||||
//! The [`Parser`] struct from the [`parser`] module is a cursor into the
|
||||
//! sequence of tokens. Parsing routines use [`Parser`] to inspect current
|
||||
|
||||
Reference in New Issue
Block a user