public
Description: A JavaScript implementation of Chris Coyne's Context Free Design Grammar.
Clone URL: git://github.com/osteele/cfdg-js.git
Search Repo:
osteele (author)
Sun Mar 23 20:03:32 -0700 2008
commit  572f95ea3c244ae039c2e46d54011cfc93910bb4
tree    8f60c9f7fad4773bf8efd1188fea9f3aa7c9cebe
parent  d14dee3904b5cd60c82424954f06acdc9736c34a
cfdg-js / README
100644 12 lines (8 sloc) 0.375 kb
1
2
3
4
5
6
7
8
9
10
11
12
cfdg-js is a JavaScript implementation of Chris Coyne's "Context Free
Design Grammar".
 
It's open source, under the MIT License (enclosed).
 
I'm currently resuscitating it. It doesn't have a clear API, it
doesn't have any specs, and some parts don't work. I haven't yet
inventoried what does and doesn't.
 
Home Page: http://github.com/osteele/cfdg-js
Author: Oliver Steele