summaryrefslogtreecommitdiff
path: root/projects/hackc/parser.py
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2022-08-30 19:55:41 +0800
committerFrederick Yin <fkfd@fkfd.me>2022-08-30 19:55:41 +0800
commit5b4f3e494c5d12e0b44c232ada41fe2e273b27c0 (patch)
tree9e7a6fbf2e57262ad4447dcacf3f34552fd9abcc /projects/hackc/parser.py
parentcb320b921c0574474430fe8d38aa5438a9f6ee98 (diff)
hackc: subroutine (partial)
Diffstat (limited to 'projects/hackc/parser.py')
-rw-r--r--projects/hackc/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/hackc/parser.py b/projects/hackc/parser.py
index 2c34d1b..2fc30ee 100644
--- a/projects/hackc/parser.py
+++ b/projects/hackc/parser.py
@@ -1,5 +1,5 @@
from .tokens import Token
-from .syntax import Class
+from .classes import Class
from .utils import *
KEYWORDS = [