Run this from the repository root:
npm run buildCurrently, build runs the slang compiler step. The script compiles every .slang file using slang.exe -z and writes outputs to compiled\ as <name>.compiled.ic10.
You can also run only this step directly:
npm run compile:slangIf PowerShell blocks npm.ps1 due execution policy, use:
npm.cmd run compile:slang