get ready for early publish
This commit is contained in:
parent
01de2f385a
commit
fdfff2c33a
11 changed files with 42 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
//! Heavily in-dev parser library.
|
||||
//!
|
||||
//! Inspired by rust-analyzer.
|
||||
//!
|
||||
//! See [_Modern Parser Generator_](https://matklad.github.io/2018/06/06/modern-parser-generator.html) by Matklad
|
||||
#![feature(iter_collect_into)]
|
||||
pub mod parser;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue