some emission

This commit is contained in:
Partho
2025-04-29 23:14:35 -04:00
parent 0b727c06fc
commit e092ea3926
3 changed files with 22 additions and 20 deletions

View File

@ -102,6 +102,7 @@ void print_tok(int tok) {
int run(FILE *alpha) {
int token;
top = cur = init(CreateScope(NULL, 1, 1));
Stack *s = S_Init();
// If file is not found
if (alpha == NULL) {