Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/user0332/csnative
- Owner: User0332
- License: mit
- Created: 2023-11-04T03:38:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-02T22:26:01.000Z (about 1 year ago)
- Last Synced: 2024-11-24T01:54:45.592Z (2 months ago)
- Topics: compiler, cplusplus, cpp, csharp, csnative, dotnet, native, stdlib
- Language: C++
- Homepage:
- Size: 364 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)