Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 468 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 468 Bytes

What Is It?

Blackmire is a tool that uses Roslyn to convert C# code into C++ code. Simple as that. At the moment, Blackmire is a WPF application that allows the users to enter C# and shows C++ output in two panes: one for header and one for the implementation

Status

Blackmire is currently at a very early stage. Declarations are processed, but definitions (i.e., what's inside methods) will in most cases yield junk.

Contributing

Pull requests are your friend.