mers/src
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
..
parse fixed bug where the last item in a list would break the parser if it wasn't followed by a whitespace, ), or }. (added ] to the list of statement-breaking chars) 2023-03-14 20:21:36 +01:00
script - 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
main.rs . 2023-03-14 09:21:48 +01:00