|
|
1af7d68261
|
feat(types.rs): Implemented fractional numbers
Fracional numbers as extension of integernumbers, with Euclid's algorithm for fractional simplification, added functions "floor" "num" "den", added syntax [+/-]<num>/<den> to define fractional numbers
BREAKING CHANGE:
|
2025-07-22 11:49:19 +09:00 |
|
|
|
c5406458de
|
Adding collect function
- Collect function as fn:(collector, x) -> new_collector for collections
- Moving some definitions to "libs" folder
- Map and filter defined in mal
|
2024-06-19 15:51:20 +09:00 |
|
|
|
92e442b93d
|
Redefining most of the arithmetic symbols using lisp
Pfft, I don't need math, I only need -, < and =
Signed-off-by: teo3300 <matteo.rogora@live.it>
|
2024-01-18 18:37:49 +09:00 |
|
|
|
d8c045a5eb
|
Moving even more stuff out of the rust core
Signed-off-by: teo3300 <matteo.rogora@live.it>
|
2024-01-18 13:42:41 +09:00 |
|
|
|
816a09504a
|
Other tests
Lotta tests in
- eval
- functional tests
Signed-off-by: teo3300 <matteo.rogora@live.it>
|
2023-12-06 11:35:55 +09:00 |
|