Sha256: a1f8a06cb86a7a4180129d36e3962d51d094af581e631f6c8cb9610ddaa329b5

Contents?: true

Size: 439 Bytes

Versions: 13

Compression:

Stored size: 439 Bytes

Contents

= iv / phonic

https://github.com/Constellation/iv/tree/master/src/phonic/

== DESCRIPTION

phonic is ruby binding for iv AST API

== MILESTONE

* parser - done
* specialized AST - working

== TARGET

Aims at flexible Ast Access API binding of ECMAScript 5th

== INSTALL

  gem install iv-phonic

== USAGE

  require 'iv/phonic'
  require 'pp'
  pp IV::Phonic::parse(<<-EOS)
  var i = "OK";
  function test() {
    alert("OK");
  }
  EOS

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
iv-phonic-0.1.8 README.rdoc
iv-phonic-0.1.7 README.rdoc
iv-phonic-0.1.6 README.rdoc
iv-phonic-0.1.5 README.rdoc
iv-phonic-0.1.4 README.rdoc
iv-phonic-0.1.3 README.rdoc
iv-phonic-0.1.2 README.rdoc
iv-phonic-0.1.1 README.rdoc
iv-phonic-0.1.0 README.rdoc
iv-phonic-0.0.9 README.rdoc
iv-phonic-0.0.8 README.rdoc
iv-phonic-0.0.7 README.rdoc
iv-phonic-0.0.6 README.rdoc