Recently I quit my job so now I will focus on personal projects. One of which is a series of tutorials on making simple compiler for the stack based bytecode VM. The key difference from typical tutorials would be an approach to the learning material. We will first implement a virtual machine, then desing an AST for the language and definitional interpreter for it, then we will write passes for semantic analysis and code generation into the bytecode. The parsing will be rudimentary (lisp syntax)
@madware good luck :)
I'vo also quit my job and starting to focus on personal projects!