Skip to content

SilverPhoenix99/mintcs

Repository files navigation

Instructions (Windows)

Prerequisites:

Copy the binaries (ragel.exe and gppg.exe) and add them to the path.

Instructions with Visual Studio Community 2015

Open the Solution file and compile.

Instructions without Visual Studio

Requisites:

Install nuget and run:

nuget install Microsoft.Net.Compilers

Add msbuild folder to path:

set PATH=%PATH%;%WINDIR%/Microsoft.NET/Framework64/<version>

To compile, use the path to csc.exe that is inside the Microsoft.Net.Compilers folder (that was installed with nuget):

msbuild /property:CscToolPath=<path_to_csc>

Instructions (Linux)

TODO

Tests

To run the tests you need:

Add them to the path and run run_tests.bat.

The code coverage report will be inside the solution directory at .vs\mint\OpenCover\Report\index.htm.

About

A Ruby parser and compiler written in C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published