Results 5 repositories owned by Aadit M Shah

augment

872
Stars
39
Forks
Watchers

The world's smallest and fastest classical JavaScript inheritance pattern.

lexer

400
Stars
48
Forks
Watchers

An elegant armor-plated JavaScript lexer modelled after flex. Easily extensible to tailor to your need for perfection.

regex

17
Stars
3
Forks
Watchers

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

69
Stars
15
Forks
Watchers

An implementation of John von Neumann's sorted arrays in JavaScript. Implements insertion sort and binary search for fast insertion and deletion.

statemachines

30
Stars
1
Forks
Watchers

Deterministic and Nondeterministic Finite State Machines for JavaScript. The backend for my regex library.