Skip to content

An implementation of C# compiling to native code

License

Notifications You must be signed in to change notification settings

User0332/csnative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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