Hi,
I have a module which loads another module. I would like to link these
so that they are a single file. nekoc -link seems to support this, even
finding the external module automatically. But I keep getting an error:
nekoc -link try.n test
test
internal
Called from neko/Main.nml line 136
Called from neko/Linker.nml line 176
Called from core/Array.nml line 112
Called from neko/Bytecode.nml line 321
Called from core/Core.nml line 172
Called from core/Core.nml line 205
Called from core/Core.nml line 197
Exception : Invalid_argument(Array.get)
I am not sure what I am doing wrong here.
Thanks,
Justin
--
Neko : One VM to run them all
(http://nekovm.org)