Kugelschieber / asl

Arma Scripting Language - a clean scripting language compiling to Arma 3 SQF scripts.
MIT License
40 stars 1 forks source link

Feature request: function library compability #7

Closed Kugelschieber closed 4 years ago

Kugelschieber commented 9 years ago

Looks nice and handy! Unfortunately I am using the function framework since A3 and it doesn't look like your compiler supports this at the moment. Maybe you should consider compiling your functions into fn_functionname.sqf files and automatically register them in description.ext or config. This way you could even make c-like entry point functions (int main()) using preinit/postinit. Do you plan to emulate classes in the future?

by NeoArmageddon see: https://forums.bistudio.com/topic/185649-asl-arma-scripting-language-compiler/

CaptainPStar commented 9 years ago

See my comment at nikolauskas pull request.