mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-15 01:45:02 +01:00
docs
This commit is contained in:
parent
e66cd52861
commit
9eff0f0188
7 changed files with 31 additions and 13 deletions
|
|
@ -1,3 +1,8 @@
|
|||
//! The parser implementation.
|
||||
//!
|
||||
//! It's a handwritten recursive descent parser. It has an internal peekable iterator from where
|
||||
//! it gets its next tokens. Only a lookahead of one is required.
|
||||
|
||||
#[cfg(test)]
|
||||
mod test;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue