implemented import parsing

This commit is contained in:
Lorenzo Torres 2025-12-01 22:13:47 +01:00
parent 1ca6f024ee
commit bb3da4d20a
6 changed files with 40 additions and 18 deletions

4
test.c
View file

@ -1,3 +1,5 @@
test:
import example.test.idk.idk;
hello:
goto test;
return 5;