Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 559 Bytes

File metadata and controls

23 lines (17 loc) · 559 Bytes

Reflaxe/C# (Haxe -> C# Compiler)

A remake of the Haxe/C# target written entirely within Haxe using Reflaxe.

  • This project is currently in development.
  • Requires Haxe v5 or later (nightly).

 

Nightly Installation

If this project isn't on haxelib yet, or you'd like to use the development version, use haxelib git on the nightly branch.

haxelib git csharp https://github.com/SomeRanDev/reflaxe.CSharp nightly

Here's a simple .hxml template to get you started!

-cp src
-main Main

-lib csharp
--custom-target csharp=out