anScript

Native shared library example

More info:

Precompiled Dll1.dll can be found here.

nativeImport(<path> Dll1.s, getUniqueName.s)
nativeImport(<path> Dll1.s, printArgumentsNames.s)
nativeImport(<path> Dll1.s, exceptionHandling.s)
nativeImport(<path> Dll1.s, createPureSFMLWindow.s)
nativeImport(<path> Dll1.s, iteratePureSFMLWindow.s)
variableCreate(a,var)
getUniqueName(a)
consolePrintLine(a)
printArgumentsNames(a, bc, def)
debugInstructions()
exceptionHandling()
createPureSFMLWindow()
debugVariables()
logicLoop(1.i)
    iteratePureSFMLWindow()
}