Implemented #27, easy coercion from int to float

This commit is contained in:
2022-09-14 16:30:54 +01:00
parent 0f6be5ead7
commit 29b1c41064
3 changed files with 27 additions and 0 deletions

View File

@@ -165,6 +165,7 @@ int main() {
char* filenames[] = {
"arithmetic.toy",
"casting.toy",
"coercions.toy",
"comparisons.toy",
"dot-and-matrix.toy",
"functions.toy",