Parser_parseOperation

This commit is contained in:
2025-02-03 21:14:02 +05:00
parent b443367f46
commit 2faff91981
9 changed files with 179 additions and 45 deletions

View File

@@ -34,3 +34,4 @@ typedef struct Instruction {
/// @param opcode any byte
/// @return ptr to struct or NULL
const Instruction* NULLABLE(Instruction_getByOpcode)(Opcode opcode);
const Instruction* NULLABLE(Instruction_getByName)(str name);