restructure parsing and typing modules

* parsing backend submodules
* move typing to its own module
This commit is contained in:
Romain Paquet 2023-07-05 16:14:30 +02:00
parent 43df8c4b0a
commit 99434748fa
16 changed files with 1315 additions and 316 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "kronec"
version = "0.1.0"
version = "0.0.1"
edition = "2021"
[dependencies]