Arc Forum
new
|
comments
|
leaders
|
submit
login
2 points
by
vincenz
6111 days ago |
link
|
parent
Precendence levels and such are a known problem and have a known solution. There are rather easy algorithms out there that deal with this. The only problem is that because you lack typing, you could end up with things that are not parsable:
<x f f y> <1 + + 1> <1 +> <+ 1> <+ +> <+ ~>
Etc...