isakb / blueprint-parser

PEG.js-based parser for parsing KATT API Blueprint Format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KATT API Blueprint Parser Build Status

A JavaScript parser of KATT API blueprints (which are derived from Apiary API blueprints).

Usage

See the src/ast.coffee file to get an idea about returned objects and their capabilities.

The exception thrown in case of error will contain offset, line, column, expected, found and message properties with more details about the error.

License

MIT

About

PEG.js-based parser for parsing KATT API Blueprint Format

License:MIT License


Languages

Language:CoffeeScript 100.0%