BoomerangDecompiler / boomerang

Boomerang Decompiler - Fighting the code-rot :)
Other
370 stars 59 forks source link

Refactor SSL to allow high-level statements in instruction definitions #238

Closed ceeac closed 5 years ago

ceeac commented 5 years ago

This allows statements like computed gotos or calls in instruction definitions so the statements no longer have to be hard-coded for every instruction that has them.

Additionally, update the instruction semantics definition format to allow for reserved keywords to be part of instruction names.