A fast 100% spec compliant, self-hosted JavaScript parser
A blazing fast 100% spec compliant, self-hosted javascript parser written in Typescript - KFlash/seafox... (more…)
Read more »
Lately I was reading the CLRS book about algorithms so this article is inspired by it. We live in an API/libraries world and usually we don’t have to implement things like AVL trees or a Max-Heap etc, but studying basic algorithms and data structure train… Read more