[Yunq] Cleanup codegen bugs.

This commit is contained in:
Drew Galbraith 2023-10-24 12:40:15 -07:00
parent d45f831b46
commit 3faa19e4cb
5 changed files with 29 additions and 23 deletions

View file

@ -1,4 +1,5 @@
from enum import Enum
import sys
class LexemeType(Enum):
NONE = 0