Demo file choice

This commit is contained in:
Meyer Simon
2025-04-30 09:36:05 -04:00
parent 856e443181
commit 5b3de8cb02
3 changed files with 52 additions and 47 deletions

View File

@ -121,6 +121,7 @@ extern Instruction * begin;
extern Instruction * current;
extern int label_count;
extern bool code_gen;
extern FILE * ir_flag;
TNodeOrConst * tn_or_const(Discriminant , void * );