Sha256: 7f59e2a0752ef3f79f5c2f93b43367b04c1871fa1b84a5cf1a8544fc59e5ddaf

Contents?: true

Size: 439 Bytes

Versions: 2

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

2 entries across 2 versions & 1 rubygems

Version Path
iv-phonic-0.0.5 README.rdoc
iv-phonic-0.0.3 README.rdoc