Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uhop/shards

My playground for JavaScript bits.
https://github.com/uhop/shards

Last synced: about 1 month ago
JSON representation

My playground for JavaScript bits.

Awesome Lists containing this project

README

        

Miscelaneous JavaScript bits, proof-of-concept modules, tests.

[dojo-closure](https://github.com/uhop/shards/tree/master/dojo-closure) — [Dojo] [1] / [Closure] [2] adapter.

[abbreviations](https://github.com/uhop/shards/tree/master/abbreviations) — attempt to generate shorthand notations directly from nodes.

[opp](https://github.com/uhop/shards/tree/master/opp) — super simple bottom-up Operator Precedence Parser with a test that can parse simple arithmetic expressions, and a derivatives-based Scanner.

[unify](https://github.com/uhop/shards/tree/master/unify) — simple implementation of unification with variables and incomplete structures (arrays, and naked objects).

[1]: http://dojotoolkit.org/ "The Dojo Toolkit"
[2]: http://code.google.com/closure/ "Closure Tools"