|
You are here |
anoopsarkar.github.io | ||
| | | | |
healeycodes.com
|
|
| | | | | Making my programming language 4000x quicker, and adding a static type checker. | |
| | | | |
benhoyt.com
|
|
| | | | | Mugo is a single-pass compiler for a tiny subset of the Go programming language - just enough to compile itself. | |
| | | | |
www.pcengines.ch
|
|
| | | | | Turbo Pascal 3.0 compiler / code generation internals | |
| | | | |
javascript.crockford.com
|
|
| | | [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. | ||