Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/user0332/csnative

An implementation of C# compiling to native code
https://github.com/user0332/csnative

compiler cplusplus cpp csharp csnative dotnet native stdlib

Last synced: 5 days ago
JSON representation

An implementation of C# compiling to native code

Awesome Lists containing this project

README

        

# CSNative

A small WIP attempt to compile C# to native code. Instead of implementing a framework around .NET types, this project aims to directly translate C# types into C++ classes/C++ equivalent code.

## Project Organization

### [CSNative Direct](src/direct/)

### [CSNative Dynamic](src/dynamic/)