Explore >> Select a destination


You are here

dmitryfrank.com
| | javascript.crockford.com
4.2 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.
| | joeyreyes.dev
4.3 parsecs away

Travel
| | Happy new year! I'm kicking 2022 off with a post that has been in my queue for quite some time, an exploration of strict mode in JavaScript
| | javascriptweblog.wordpress.com
4.4 parsecs away

Travel
| | The fifth edition of the ECMAScript specification introduced Strict Mode. Strict Mode imposes a layer of constraint on JavaScript - intended to protect you from the more perilous aspects of the language. While researching this article I wrote 38 tests covering all the Strict Mode rules as defined in the ES5 specification. You can see
| | www.chriswarbo.net
40.8 parsecs away

Travel
|