zoomlogo / flax

flax tacit language
https://zoomlogo.github.io/flax/
MIT License
12 stars 3 forks source link

Right to Left #49

Closed zoomlogo closed 2 years ago

zoomlogo commented 2 years ago

Make flax right to left like most array languages.

zoomlogo commented 2 years ago

This requires a big refactor (rewrite). So I'll split the current interpreter.py into separate files.

builtins.py
chains.py
funcs.py
attrdict.py
zoomlogo commented 2 years ago

the evaluation is now right to left