1
0

separate interpreter and compiler

This commit is contained in:
2024-12-02 13:57:32 +03:00
parent 8030670a51
commit e5b63d5e2d
27 changed files with 214 additions and 92 deletions

View File

@@ -0,0 +1,12 @@
[package]
edition = "2021"
name = "compiler"
version = "0.1.0"
[dependencies]
anyhow = { workspace = true }
byteorder = { workspace = true }
clap = { workspace = true }
integer-encoding = { workspace = true }
itertools = { workspace = true }
thiserror = { workspace = true }