Day 2 Keynote Presentation
Dustin,
Would ever think of open sourcing ZDebug?
I think that it would be a very cool learning tool.
Thanks
:)
What do I need to install besides VS2015 RC to start building analyzers and code-fixers myself??
@BrainJelly, ZDebug isn't open source, but I have another Z-Machine implementation that is open:
https://github.com/DustinCampbell/NZag
This implementation is even more advanced with a JIT compiler written in F# that compiles Z-Code to IL at runtime.
@cvs79: You need to install the Visual Studio 2015 RC SDK and the .NET Compiler Platform Platform SDK Templates for RC. With those installed, you'll have an "Analyzer with Code Fix" project template available from the VS New Project dialog.