a pretty fun language
If you assign into a member access (`foo.bar = baz` or `foo@bar = baz`), it is no longer permitted that the LHS of the at/dot is an arbitrary assignable. It now must be a variable, at or dot. This disallows some silly constructs (e.g. `[foo]@bar = baz`), increases the similarity to function parameters and should make writing the evaluation code for these more easy. |
||
|---|---|---|
| examples | ||
| functional_tests | ||
| src | ||
| .gitignore | ||
| configure.ac | ||
| logo.svg | ||
| Makefile.am | ||