Aadit M Shah
Aadit M Shah
augment
The world's smallest and fastest classical JavaScript inheritance pattern.
lexer
An elegant armor-plated JavaScript lexer modelled after flex. Easily extensible to tailor to your need for perfection.
regex
Native RegExp compatible regular expressions for JavaScript. Patterns may be composed of subexpressions and multiple expressions may be combined into a single expression.
sorted-array
An implementation of John von Neumann's sorted arrays in JavaScript. Implements insertion sort and binary search for fast insertion and deletion.
statemachines
Deterministic and Nondeterministic Finite State Machines for JavaScript. The backend for my regex library.