Search code examples
ccygwinllvm

Windows "llvm bison" equivalent not cygwin?


What is windows equivalent for "llvm and bison or yacc " Linux on windows not using cygwin or mingw?

Isn't there another parser and AST generator for Windows?


Solution

  • Compiling with Clang isn't a problem. You can visit this page which is a guide using llvm with Visual Studio.