ArmaScriptCompiler
ArmaScriptCompiler copied to clipboard
Output SQFC files filepath is written as `/z/ace/addons/advanced_ballistics/functions/fnc_calculateAmmoTemperatureVelocityShift.sqf` But thats wrong, Arma internal filepaths use backslash. This could also be issue in SQF-VM, but can probably remedied by passing filepaths...
This is a security issue and should be remedied. 
adds cmake files and extensions, adds more vs code files, and add debug files.
Feature request: Allow the defining of the .json file using the command line Example: ``ArmaScriptCompiler.exe --config ace.json``
If I have 1e39 (infinity) as a constant in a script, ArmaScriptCompiler runs without errors but does not produce any output.