binast / binjs-ref

Reference implementation for the JavaScript Binary AST format
https://binast.github.io/binjs-ref/binjs/index.html
Other
431 stars 38 forks source link

In Context 0.2, try not to rely upon alphanumerical order #427

Open Yoric opened 5 years ago

Yoric commented 5 years ago

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.