zephir

0.1.3 • Public • Published

Node Zephir

Wrapper around Zephir parser for Node.js

Installation

npm install zephir

Usage

var zephir = require('zephir');

zephir.parse('path/to/file.zep', function(err, ast) {
  console.assert(err === null);
  console.log(ast);
});

License

MIT

/zephir/

    Package Sidebar

    Install

    npm i zephir

    Weekly Downloads

    5

    Version

    0.1.3

    License

    MIT

    Last publish

    Collaborators

    • hell0w0wrd