krawaller / algol5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow array consequence def

krawaller opened this issue · comments

Right now a mark/command def is an object literal with a bunch of props, that will be read in a hard-coded order.

But there are times when we want control of that order. We should add an alternate syntax for mark/command definition where we allow that control by giving the props in an array form instead.