binast / binjs-ref

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

Annotations should not panic #375

Open Yoric opened 5 years ago

Yoric commented 5 years ago

Currently, our annotation mechanism panics whenever it finds snippets it doesn't understand. Rather, it should raise an error. This would help us test with large corpuses.