Topic: bam throws an error while trying to compile teeworlds 0.5
Hi,
I'm getting an error, while trying to compile teeworlds.
I've downloaded the trunk and cd'ed into "trunk" output of ls:
data default.bam license.txt other scripts
datasrc docs objs readme.txt src
I've downloaded and compiled bam, too.
Now I'm typing the following command to compile teeworlds:
../bam/src/bam debug
and I'm getting the following error:
bam: syntax error
bam: default.bam:22: unexpected symbol near `...'
strack traceback:
bam: error during build
It seems, that there is something wrong with this code
local inputs = FlatternTable({...})
Or do I've something done wrong?!