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