Foxy

Results 2 issues of Foxy

Empty statements are treated as errors: ```sqf _x = { ; }; ``` The error was initially caused by this: ```sqf #define DEBUG_LOG_TRACE #define Debug_Log_Impl(mode, message) (diag_log format ['mode: %1',...

bug

Is it possible to add commands e.g. ` doSomething ` via configuration files or otherwise, without rebuilding sqflint?

enhancement