Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/uhop/shards
- Owner: uhop
- Created: 2010-05-04T23:41:29.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-07-19T20:54:44.000Z (over 11 years ago)
- Last Synced: 2023-04-10T00:45:53.715Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"