Merge branch 'main' of https://github.com/minneelyyyy/lamm
This commit is contained in:
6
TODO.md
6
TODO.md
@@ -9,14 +9,10 @@
|
|||||||
- tuples
|
- tuples
|
||||||
- `extern "C"` functions
|
- `extern "C"` functions
|
||||||
- modules (`import` function)
|
- modules (`import` function)
|
||||||
|
- a standard library
|
||||||
- structs
|
- structs
|
||||||
- data types (need an IO object for stateful functions to return)
|
- data types (need an IO object for stateful functions to return)
|
||||||
- unpacking type parameters (`(x:xs)` in Haskell for example)
|
- unpacking type parameters (`(x:xs)` in Haskell for example)
|
||||||
- type variables in function parameters and data types
|
- type variables in function parameters and data types
|
||||||
- automatic Int to Float casting if a parameter expects a float
|
- automatic Int to Float casting if a parameter expects a float
|
||||||
- `[x..y]` array generators
|
- `[x..y]` array generators
|
||||||
- `(+)` = `;.x y + x y`
|
|
||||||
|
|
||||||
## Maybe Add
|
|
||||||
|
|
||||||
- `/` for float division and `//` for integer division
|
|
||||||
Reference in New Issue
Block a user