CodingFox is an intelligent AI-powered code review assistant that revolutionizes your pull request workflow. Using advanced language models (GPT-3.5 Turbo and GPT-4), CodingFox provides instant, ...
CodingFox is my attempt at making a toy programming language based on the info at Crafting Interpreters. It is a C# app that compiles code to byte code, which makes it reasonably fast, but also ...