Closed zoomlogo closed 2 years ago
Make flax right to left like most array languages.
This requires a big refactor (rewrite). So I'll split the current interpreter.py into separate files.
interpreter.py
builtins.py chains.py funcs.py attrdict.py
the evaluation is now right to left
Make flax right to left like most array languages.