Release 15 of the Advanced Script Compiler posted. New NWNScriptCompiler.exe (standalone command line compiler executable) and NWNScriptCompiler.ndl (for NWNTX users).
Download link
here.
Release 15:
-----------
- Added -k option to standalone compiler to generate a pseudo-preprocessed
version of script source text, annotated with originating line numbers and
file names (useful for diagnosing problems with conflicting #includes).
- Fixed internal compiler assertion when printing out the error diagnostic
for a duplicate default: block in a switch statement.
- The compiler was not previously issuing an error diagnostic if a duplicate
case select value was supplied within a switch statement (longstanding bug
dating back to nwnnsscomp). This has been rectified with new error
diagnostic NSC1089: Case value '<integer>' already used. Previously, code
for duplicate case blocks would be generated silently.