D-Scanner
D-Scanner copied to clipboard
Build Issue on Windows - unable to read module 'lexer'
Just downloaded master, ran ./build in powershell:
Windows 10 64-bit
dmd --version
DMD64 D Compiler v2.108.0
ah the build.bat script might be outdated, I don't think it's tested in CI either. Feel free to PR a fix for that.
Building with dub is tested and should work though, just running dub build
that worked, thanks!