From 7a769431207f87c4b465567abb519daafcc58fcc Mon Sep 17 00:00:00 2001 From: mins <149207799+minneelyyyy@users.noreply.github.com> Date: Sat, 26 Oct 2024 01:26:25 -0400 Subject: [PATCH 1/2] update readme as // and (op) are now features --- TODO.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/TODO.md b/TODO.md index 36d4bdd..1c645b1 100644 --- a/TODO.md +++ b/TODO.md @@ -15,8 +15,3 @@ - type variables in function parameters and data types - automatic Int to Float casting if a parameter expects a float - `[x..y]` array generators -- `(+)` = `;.x y + x y` - -## Maybe Add - -- `/` for float division and `//` for integer division \ No newline at end of file From c5dcf88f6bcaa06f322ae567337eb4f47343deac Mon Sep 17 00:00:00 2001 From: mins <149207799+minneelyyyy@users.noreply.github.com> Date: Sat, 26 Oct 2024 01:27:03 -0400 Subject: [PATCH 2/2] a standard library is planned --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 1c645b1..59cd4dd 100644 --- a/TODO.md +++ b/TODO.md @@ -9,6 +9,7 @@ - tuples - `extern "C"` functions - modules (`import` function) +- a standard library - structs - data types (need an IO object for stateful functions to return) - unpacking type parameters (`(x:xs)` in Haskell for example)