Added dot chaining for functions

Well, it should work without issues...
This commit is contained in:
2022-10-14 23:58:15 +01:00
parent 168369d897
commit bd348abf32
4 changed files with 96 additions and 4 deletions

View File

@@ -168,6 +168,7 @@ int main() {
"coercions.toy",
"comparisons.toy",
"dot-and-matrix.toy",
"dot-chaining.toy",
"functions.toy",
"imports-and-exports.toy",
"index-arrays.toy",