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

@@ -1,4 +1,4 @@
// mod macros;
mod macros;
mod std;
pub use std::number::num_atom::{Float, HomoArray, Int, Num};