🚀 Simple compiler from a JavaScript-inspired mini language to WebAssembly

That's a simple example that I built during my spare hours over the past few weeks to show the fundamental concepts of compiler design: lexical, syntax analysis, symbol tables, code translation, etc.

https://github.com/mgechev/yac
Post image

Comments