Commit Graph

5 Commits

Author SHA1 Message Date
9af7ada706 Removed MalType::Bool
mplemented instead MalType::T as opposed to Maltype::Nil
2025-06-13 18:30:20 +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
0ec8923abc Adding some info functions and tests 2024-04-16 09:35:35 +09:00
d8f431b739 Moving String to MalStr (Rc<str>)
Because someone, somewhere, said that's better

Signed-off-by: teo3300 <matteo.rogora@live.it>
2024-01-26 01:20:34 +09:00
7448091fdb Moving forms tests inside mal
Signed-off-by: teo3300 <matteo.rogora@live.it>
2024-01-25 22:39:39 +09:00