JavaScript (ECMAScript) and Objective-J parser.
npm install cappuccino.acorn-objjacorn-objj
==========
[![NPM version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Dependencies status][dependencies-image]][dependencies-url]
This package is a wrapper around the [acorn] JavaScript parser that adds support for the [Objective-J] language. acorn itself has not been modified; Objective-J support was added through acorn's plugin architecture.
Install with npm:
``sh`
$ npm install acorn-objj --save
There are two ways to use acorn-objj: through the command line, and through the API.
For complete command line usage:
`sh``
$ acorn-objj --help
Coming soon...
[acorn]: https://github.com/marijnh/acorn
[Objective-J]: http://www.cappuccino-project.org/learn/objective-j.html
[npm-image]: http://img.shields.io/npm/v/acorn-objj.svg?style=flat-square
[npm-url]: https://npmjs.org/package/acorn-objj
[travis-image]: https://img.shields.io/travis/cappuccino/acorn-objj.svg?style=flat-square
[travis-url]: https://travis-ci.org/cappuccino/acorn-objj
[dependencies-image]: https://img.shields.io/gemnasium/cappuccino/acorn-objj.svg?style=flat-square
[dependencies-url]: https://gemnasium.com/cappuccino/acorn-objj