/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

anoopsarkar.github.io
| | healeycodes.com
3.4 parsecs away

Travel
| | Making my programming language 4000x quicker, and adding a static type checker.
| | benhoyt.com
2.3 parsecs away

Travel
| | Mugo is a single-pass compiler for a tiny subset of the Go programming language - just enough to compile itself.
| | www.pcengines.ch
3.6 parsecs away

Travel
| | Turbo Pascal 3.0 compiler / code generation internals
| | javascript.crockford.com
20.5 parsecs away

Travel
| [AI summary] The provided text outlines the implementation of a parser and interpreter for a custom programming language, using a Pratt parsing approach. It details the structure of tokens, the handling of expressions, statements, and control flow, as well as the implementation of functions, objects, and arrays. The text also discusses potential extensions and enhancements to the language.