Pinned Repositories
cpplox
Following Nystrom's book Crafting Interpreters, implemented in C++.
crash-course-ai
Python neural network AI that learns to play the Oregon Trail re-created with Pygame.
javascript-cpp-rosetta-stone
Reproducing the behavior of JavaScript in C++.
pyqt-todomvc
In the spirit of TodoMVC, I used PyQt (Python + Qt) to create a cross-OS desktop todo app. And I used the fman build system (aka fbs) to package the Python runtime and the Qt library binaries into a standalone executable and installer for each of the big three OSes.
xmultiple
Multiple inheritance with ES6 proxies.
Jeff-Mott-OR's Repositories
Jeff-Mott-OR/javascript-cpp-rosetta-stone
Reproducing the behavior of JavaScript in C++.
Jeff-Mott-OR/cpplox
Following Nystrom's book Crafting Interpreters, implemented in C++.
Jeff-Mott-OR/xmultiple
Multiple inheritance with ES6 proxies.
Jeff-Mott-OR/crash-course-ai
Python neural network AI that learns to play the Oregon Trail re-created with Pygame.