wip: try to get a simplified parser going

This commit is contained in:
🪞👃🪞 2025-01-04 08:49:38 +01:00
parent fc82d6ff9b
commit 600d0b3aca
17 changed files with 676 additions and 133 deletions

2
edn/src/lib.rs Normal file
View file

@ -0,0 +1,2 @@
mod edn_lib; pub use self::edn_lib::*;
mod edn_layout; pub use self::edn_layout::*;