0.0.0 • Published 13 years ago
humon v0.0.0
HUMON
Humon is a human friendly object specification notation. Like JSON, but less annoying to type. NOTE: this is nowhere NEAR production ready. It was spun out of a personal project; updates pending.
HUMON parses down to json. It's based heavily off of the coffee script grammar with a few differences:
- string inference: fewer quotation marks!
- list inference: fewer square brackets!
Coming soon:
- Date objects
- YAML compatability
More updates at Humon project homepage
Building
cake makeParserinvokes jison to write the parser tolib/parser.jscake buildremoves all js fromlib/, compiles javascript tolib/, and remakes the parser.cake bundlebundles humon.coffee into a single file (contains the lexer, parser, and recurser)
Tests
npm testto run tests (via jasmine-node)
0.0.0
13 years ago