added new repository layout and unified tests

This commit is contained in:
nikolauska
2015-11-02 12:00:18 +03:00
parent 67e950b41d
commit d2c32b3b85
34 changed files with 380 additions and 403 deletions

5
test/func_call.asl Normal file
View File

@@ -0,0 +1,5 @@
func myFunc(a, b) {
return a > b;
}
myFunc(1+3/4, 2-(66*22)/3-((123)));