Let me start by saying — I was surprised how easy it was to write grammar for an Earley parser. I have been using regular expressions for… (more…)
Read more »
A tutorial on creating a JS template engine with parsing and precompilation. (more…)
Read more »
The proposal to include async function in ECMAScript has reached stage four; that means it’s on track to be in the 2017 release of the standard. But what does that mean for JavaScript developers? There’s a lot of interest in async, the capabilities ...
Read more »
Minimal JavaScript library for creating classic arcade-like mini-games running in the browser - abagames/crisp-game-lib... (more…)
Read more »