From 5b4f3e494c5d12e0b44c232ada41fe2e273b27c0 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Tue, 30 Aug 2022 19:55:41 +0800 Subject: hackc: subroutine (partial) --- projects/hackc/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/hackc/parser.py') 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 = [ -- cgit v1.2.3