mers/src/script
Dummi26 a43a23da8c - added type-checking for builtins. Except for the List-functions, all builtins should now be properly type-checked.
- changed List.insert(..) from (list, index, element) to (list, element, index) to be more in line with List.push(list, element)
2023-03-16 15:33:43 +01:00
..
block.rs improved and fixed some bugs with the switch! unhandled type error and some builtins 2023-03-14 20:58:35 +01:00
builtins.rs - added type-checking for builtins. Except for the List-functions, all builtins should now be properly type-checked. 2023-03-16 15:33:43 +01:00
mod.rs . 2023-03-09 18:51:58 +01:00
value.rs almost functional type checking for builtins; builtins return types work 2023-03-14 20:14:30 +01:00