paint-brush
How to Build a WebAssembly Language for Fun and Profit: Parsingby@courier
47,815 reads
47,815 reads

How to Build a WebAssembly Language for Fun and Profit: Parsing

by Courier9mAugust 26th, 2022
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

An AST is a tree-like data structure that organizes tokens into a logical hierarchy that can more easily be translated into machine code. Because wispy is an S-expression language, our code is essentially an AST. In this post, we’ll cover the next phase of our compiler, parsing.

Company Mentioned

Mention Thumbnail
featured image - How to Build a WebAssembly Language for Fun and Profit: Parsing
Courier HackerNoon profile picture
Courier

Courier

@courier

Courier simplifies triggering and sending notifications from your app with one API and drag and drop UI.

About @courier
LEARN MORE ABOUT @COURIER'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Courier HackerNoon profile picture
Courier@courier
Courier simplifies triggering and sending notifications from your app with one API and drag and drop UI.

TOPICS

Languages

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here
Learnrepo
Unni