Various progress, doesnt compile

Added prelude, made lambdas a single-token prefix like NS, made progress on implementations, removed const line type
This commit is contained in:
2025-07-31 00:30:41 +02:00
parent 19f2c6426a
commit 769c6cfc9f
31 changed files with 450 additions and 250 deletions

View File

@@ -21,6 +21,7 @@ orchid-extension = { version = "0.1.0", path = "../orchid-extension", features =
] }
ordered-float = "5.0.0"
rust_decimal = "1.36.0"
substack = "1.1.1"
tokio = { version = "1.43.0", features = ["full"] }
[dev-dependencies]