Bit Vectors and my first steps into assembly

from blog The Smidt Blog, | ↗ original
Intro I’ve recently started reading “Writing an Interpreter in Go” as part of my journey to sharpen my programming skills. The main goal is actually to redo the book but in different languages like zig and rust. At the time of writing, I was working on the lexer component and decided to explore performance optimizations Since A lexer is a state...