Constructor | Description |
|
|
|
|
Instance member | Description |
|
Parse the given assembly input, and assemble a list of byte arrays, where each array corresponds to a binary instruction.
|
|
Parse the given string input, and lift it to an array of LowUIR statements. If the given string represents LowUIR instructions, then we simply parse the assembly instructions and return the corresponding AST.
|