/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

cronokirby.com
| | blog.scottnonnenberg.com
3.4 parsecs away

Travel
| | My functional journey started with Javascript techniques, grew as I briefly explored a few functional languages, then bloomed as I got comfortable with Elixir. Going further has finally defined...
| | serokell.io
2.3 parsecs away

Travel
| | In the first part of our Parsing With Haskell series, we introduce you to Alex - a Haskell tool for generating lexers.
| | dusty.phillips.codes
3.5 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.
| | www.lavamunky.com
19.5 parsecs away

Travel
| Compilers is a very difficult subject and this isn't a dirt basics course. Before reading this you should probably learn about grammars and ...