Added some of the implementation but not complete #t51
This commit is contained in:
@ -29,8 +29,10 @@ typedef enum {
|
||||
CGOTO, // 5
|
||||
LESSTHEN, // 6 rule 1 + 5
|
||||
EQUALTO, // 6 rule 1 + 5
|
||||
CALL, // 7
|
||||
PARAM, // 7
|
||||
CALL // 7
|
||||
RETURN // 7
|
||||
|
||||
|
||||
} Op;
|
||||
typedef struct Instruction {
|
||||
|
Reference in New Issue
Block a user