dvirtz / GreenTiger

Solutions to exercises of Modern Compiler Implementation in C book

Home Page:https://www.amazon.com/Modern-Compiler-Implementation-Andrew-Appel/dp/0521607655

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What environment do you using?

pualdelis opened this issue · comments

I'm current learning 'Modern Compiler Implementation in C'. And how can I compile and using your code? In linux or windows? Visual studio or Visual studio code?

The repo uses CMake as a build system so it should be buildable on every platform supporting that. Specifically I'm using Visual Studio on Windows and VSCode on Windows and Mac.