implemented labels and goto parsing
This commit is contained in:
parent
1be3bf0659
commit
1ca6f024ee
7 changed files with 71 additions and 17 deletions
4
test.c
4
test.c
|
|
@ -1 +1,3 @@
|
|||
x[3];
|
||||
test:
|
||||
goto test;
|
||||
return 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue