initial parser working
All checks were successful
Test the running changes / Test (push) Successful in 35s

This commit is contained in:
2025-12-11 01:46:57 +02:00
parent 617f124ac1
commit 30369cfdd3
10 changed files with 767 additions and 4 deletions

3
src/parser/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod inline;
pub mod block;