/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

developerlife.com
| | renato.athaydes.com
4.6 parsecs away

Travel
| |
| | gist.github.com
3.4 parsecs away

Travel
| | GitHub Gist: instantly share code, notes, and snippets.
| | surma.dev
4.4 parsecs away

Travel
| | What follows is a brain dump of everything I know about compiling Rust to WebAssembly. Enjoy.
| | dusty.phillips.codes
24.0 parsecs away

Travel
| In part 1 and part 2 of this series, I introduced the project and we wrote some Roc code to load an input file and save the compiled result to a different file. Note: Other articles in this series are collected here. However, we are a long ways from actually having that compiled result available! This article introduces the phases involved in writing a compiler and focus on implementing the first phase, known as lexical analysis or tokenizing.