Added ternary operator, resolved #46

This commit is contained in:
2023-01-14 10:24:15 +00:00
parent 4b60d65203
commit ae1dc5841e
11 changed files with 140 additions and 9 deletions

View File

@@ -196,7 +196,8 @@ int main() {
"long-dictionary.toy",
"long-literals.toy",
"native-functions.toy",
"panic-within-functions.toy",
"panic-within-functions.toy",
"ternary-expressions.toy",
"types.toy",
NULL
};