Build a WebAssembly Language for Fun and Profit: Parsing

New Blogpost by Andrew Youngwerth

Part two of our wispy #wasm series!
In this article, we will cover the next step of building our compiler, #parsing. This is the part of our compiler that converts the token stream generated by the lexer into an abstract syntax tree.
Parse now :arrow_forward: