-
The field is called "compiler design". Consider taking a course [1] or buying a book?
A somewhat more playful approach might be to complete the 2019 edition of Advent of Code [2], where you'll learn some preliminaries while implementing the Intcode interpreter.
[1] https://online.stanford.edu/courses/soe-ycscs1-compilers
[2] https://adventofcode.com/2019
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Running AI models on edge devices is already here. This is just one example https://github.com/ggerganov/llama.cpp
With Swift language bindings it would be quite smooth to work towards.
-
-