|
You are here |
dusty.phillips.codes | ||
| | | | |
www.erikschierboom.com
|
|
| | | | | Note: this blog post is part of the F# advent calendar 2019. Introduction In this blog post, we'll build a website that can solve Reverse Polish Notation (RPN) equations. All code (including the website) will be written in F#, but the equations themselves will be solved using WebAssembly. Reverse Polish Notation In RPN equations, operators (+, -, etc.) follow their operands (1, 3, etc.). This is known as postfix notation. Its main advantage: parentheses are no longer needed to define precedence. | |
| | | | |
notes.eatonphil.com
|
|
| | | | | Writing a lisp compiler from scratch in JavaScript: 1. lisp to assembly | |
| | | | |
blog.scottlogic.com
|
|
| | | | | Have you ever wanted to write your own compiler? ... yes? ... of course you have! I've always wanted to have a go at writing a compiler, and with the recent release of WebAssembly, I had the perfect excuse to have a go. | |
| | | | |
blog.nodraak.fr
|
|
| | | |||