Based on a book - Ronald Mak (Writing Compilers and Interpreters - A Software Engineering Approach).
This code base would contain all implementations and examples highlighted in the book as well as personal insights on topics covered. The goal of this is to understand compiler and interpreter design by designing my own rudimentary system.
Typical structure of the interpreter would be:
