Hi
I believe there are a few typo errors in include/opcodes.h
Line 466
reads
#define POSTFIX(Name, ResTy, RightTy, Symbol, Code)
but should read
#define POSTFIX(Name, ResTy, LeftTy, Symbol, Code)
line 723
reads
struct Opcode_p_##PName : PrefixOpcode
but should read
struct Opcode_p_##PName : PostfixOpcode
Thanks
Hi
I believe there are a few typo errors in include/opcodes.h
Line 466
reads
#define POSTFIX(Name, ResTy, RightTy, Symbol, Code)
but should read
#define POSTFIX(Name, ResTy, LeftTy, Symbol, Code)
line 723
reads
struct Opcode_p_##PName : PrefixOpcode
but should read
struct Opcode_p_##PName : PostfixOpcode
Thanks