Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix name and description extraction (#38)
Instructions with fewer than two inputs were missing their names and descriptions in the JSON output. ``` union clause ast = C_J : (bits(11)) ``` ``` union clause ast = EBREAK : unit ``` By moving the code blocks responsible for parsing and extracting names and descriptions from the tuple match block, all instructions now have their names and descriptions correctly extracted.
- Loading branch information