Draco-lang / Compiler

The compiler repository for the Draco programming language.
Apache License 2.0
86 stars 8 forks source link

Basic .NET debugger API, basic TUI #264

Closed LPeter1997 closed 1 year ago

LPeter1997 commented 1 year ago

This PR adds a really basic general .NET debugger API in fully managed code. It also adds a TUI alongside for testing.