grigory-rechistov / interpreters-comparison

Sample programs for comparison of different VM interpretation techniques
BSD 3-Clause "New" or "Revised" License
27 stars 9 forks source link

Make project code build and work as Microsoft Visual Studio project #5

Closed grigory-rechistov closed 8 years ago

grigory-rechistov commented 8 years ago

Currently the project is only buildable/runnable on Linux GCC/ICC (possibly Clang) toolchain and buildable (with limited operation supported) on Cygwin on Windows. Native Windows support is needed.

The task is:

  1. Use latest MS VS to create a set of projects/solutions for the code.
  2. Use MS compiler to build as many variants of interpreters as possible.
  3. Make tests run for them
Thar0l commented 8 years ago

I`ve installed VS2015, so assign it to me, please.

grigory-rechistov commented 8 years ago

Closed in #16