humon

0.0.0 • Public • Published

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 makeParser invokes jison to write the parser to lib/parser.js
  • cake build removes all js from lib/, compiles javascript to lib/, and remakes the parser.
  • cake bundle bundles humon.coffee into a single file (contains the lexer, parser, and recurser)

Tests

  • npm test to run tests (via jasmine-node)

Readme

Keywords

none

Package Sidebar

Install

npm i humon

Weekly Downloads

3

Version

0.0.0

License

BSD

Last publish

Collaborators

  • sherwinyu