binast / binjs-ref

Reference implementation for the JavaScript Binary AST format

Home Page:https://binast.github.io/binjs-ref/binjs/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In Context 0.2, try not to rely upon alphanumerical order

Yoric opened this issue · comments

In Context 0.1, indexed symbols are read in an order that depends on their webidl order, then sorted in an order that depends on their alphanumerical order. This complicates the specs and implementation, so I believe that we should use only the webidl order.