Added in function call operator

This commit is contained in:
Nathan Braswell
2016-03-07 15:54:09 -05:00
parent 22feae1a58
commit 5ed310df8b
4 changed files with 24 additions and 4 deletions

2
tests/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
tester
test_compiler

View File

@@ -1,4 +1,4 @@
import io:*
import simple_print:*
fun func(it: ref int) {
it++

View File

@@ -1,4 +1,4 @@
import io:*
import simple_print:*
obj FuncObj {
fun operator()(a:int, b:*char): void {