Explore >> Select a destination


You are here

eli.thegreenplace.net
| | deniskyashif.com
2.2 parsecs away

Travel
| | In this article, we'll define a basic regular expression language using a context-free grammar and learn how to parse its strings in linear time using the recursive descent method.
| | javascript.crockford.com
1.7 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.
| | martin.janiczek.cz
1.1 parsecs away

Travel
| |
| | degoes.net
17.9 parsecs away

Travel
| Functional programming has a bit of jargon, but that doesn't have to stop you from understanding core concepts