Hey,
I'm Llew.

Check out my latest blog post

Getting the basics down: compiler from scratch pt. 1

2/1/202418 minute read
compiler from scratchjavaparsing

I'm writing a compiler, and am sharing the journey right here. In this post I'll go over the very basics of making your own compiler, complete with parsing, and some simple analysis and interpretation.

Read more ⟶