combined symbol table with IR in this branch
This commit is contained in:
@ -2,8 +2,7 @@
|
||||
// * Add Bison actions for arithmetic expressions:
|
||||
// - Addition: $$ = new_temp(); emit_binary_op($$, "ADD", $1, $3);
|
||||
// - Subtraction, multiplication, division, modulo
|
||||
#include "runner.h"
|
||||
#include <stdarg.h>
|
||||
|
||||
|
||||
// these are from page 364
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user