diff options
author | Ben Smith <binjimin@gmail.com> | 2017-06-07 10:37:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-07 10:37:01 -0700 |
commit | 65663fd1b73b5e0772be0e75f1da56c81a231fe3 (patch) | |
tree | a2357aee4226aedea2414bdbcbcdd04f6dbb4f06 /src/binary-reader-interpreter.cc | |
parent | 7ecfe0be4037139224a44bca854c7e0ecb9aec8c (diff) | |
download | wabt-65663fd1b73b5e0772be0e75f1da56c81a231fe3.tar.gz wabt-65663fd1b73b5e0772be0e75f1da56c81a231fe3.tar.bz2 wabt-65663fd1b73b5e0772be0e75f1da56c81a231fe3.zip |
Validate block signatures w/ multiple types (#474)
The parser and typechecker allow multiple types in block signatures:
block i32 i32
...
end
But these are not currently supported in the MVP, and there is no way to
serialize them. This change makes them a validation error.
This change also fixes the default location handling of non-terminal
nodes in the parser; they used to look weird because they would use the
ending column from the last symbol in the rule, even if that symbol was
on a different line.
Fixes #473.
Diffstat (limited to 'src/binary-reader-interpreter.cc')
0 files changed, 0 insertions, 0 deletions