implemented import parsing
This commit is contained in:
parent
1ca6f024ee
commit
bb3da4d20a
6 changed files with 40 additions and 18 deletions
4
test.c
4
test.c
|
|
@ -1,3 +1,5 @@
|
|||
test:
|
||||
import example.test.idk.idk;
|
||||
|
||||
hello:
|
||||
goto test;
|
||||
return 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue