Other Games / Re: Incursion (open source) play & development
« on: August 14, 2015, 04:45:50 am »[lAt this time we cannot distribute a version of the game which allows module compilation. The original plan was to do so. But it's not possible, because the script compiler contains GPL code, as the compiler compiler that was used to make it, is GPL and has a small "runtime" that is GPL licensed. This means we cannot distribute binaries with this code in it, as the GPL does not allow it.
If you're talking about GNU bison, its license specifically allows its output to be used in non-GPL "non-free" software.
In more general terms, you're allowed to distributed GPL software as binaries as long as the source code is also made available. (link)