get ready for early publish

This commit is contained in:
Schrottkatze 2025-05-13 09:49:20 +02:00
parent 01de2f385a
commit fdfff2c33a
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
11 changed files with 42 additions and 3 deletions

View file

@ -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;