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
:
$ 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:
$ acorn-objj --help
Coming soon...