Wasm-DSL / spectec

Wasm SpecTec specification tools
https://wasm-dsl.github.io/spectec/
Other
22 stars 8 forks source link

[backend-prose] Duplicate prose definitions #63

Open rossberg opened 5 months ago

rossberg commented 5 months ago

I added a check for overlapping anchor definitions, which uncovered 3 cases where the prose backend apparently creates duplicates:

warning: prose rule `exec/array.new_data` has multiple definitions
warning: prose rule `exec/call_ref` has multiple definitions
warning: prose rule `valid/cvtop` has multiple definitions

I looked at exec/call_ref, and the second prose it generates is

1. YetI: TODO: It is likely that the value stack of two rules are different.
jaehyun1ee commented 5 months ago

Please take a look at #69, all warnings are resolved, yet the third case for valid/cvtop needs improvement (possibly via another PR).