Wooo actual scoping and better C interop

This commit is contained in:
Nathan Braswell
2015-04-10 00:37:31 -04:00
parent e37836aea5
commit e3aa531856
23 changed files with 194 additions and 46 deletions

7
tests/sameNameOne.krak Normal file
View File

@@ -0,0 +1,7 @@
|int| sameVar;
|int| sameFun() { return 5; }
typedef classTester {
|int| method() { return 8; }
}