jptemplin
jptemplin
This is even later, but I'm using Visual Studio 2019 Community, and building clox was "relatively" easy provided you learn a trick that I think isn't very well documented: Visual...
Yep, that works too. I used the Empty Project just to avoid the minor annoyance of having to delete the default .cpp file installed by the console project. Sometimes VS...
You bring back pleasant memories of programming in Rexx. In the mid-1980's, I was an IBM VM systems programmer on a small 4361 in the business school computing center where...
> When creating your own jlox interpreter just make sure to get the source code's directory structure right. If you clone Bob's repo, File/Open his craftinginterpreters folder in VS Code,...
> For example, while `AppendChild` does nothing wrong on a technical level, it makes it easy to do the wrong thing on an Open XML schema level. For example, when...