Type declaration parsing; Future feature references

This commit is contained in:
dcodeIO
2017-12-19 17:49:15 +01:00
parent aa563a9a5a
commit 9632777842
18 changed files with 364 additions and 172 deletions

View File

@ -1,9 +1,10 @@
while (1) {
;
}
while (true) {
while (false) {
;
}
while ("str") {
;
}
while (1);