Sha256: 2165a864d42f062f5a57685714ff8028abedd7af09cbdea040e509e188a91b63
Contents?: true
Size: 1.16 KB
Versions: 3
Compression:
Stored size: 1.16 KB
Contents
unparser ======== [![Build Status](https://secure.travis-ci.org/mbj/unparser.png?branch=master)](http://travis-ci.org/mbj/unparser) [![Dependency Status](https://gemnasium.com/mbj/unparser.png)](https://gemnasium.com/mbj/unparser) [![Code Climate](https://codeclimate.com/github/mbj/unparser.png)](https://codeclimate.com/github/mbj/unparser) Generate equivalent inputs for ASTs from whitequarks awesome [parser](https://github.com/whitequark/parser). Usage ----- In spike mode, no public API currently. Installation ------------ There is currently no gem release. Use git source in your Gemfile: ```gem 'unparser', :git => 'https://github.com/mbj/unparser'``` Credits ------- * [Markus Schirp (mbj)](https://github.com/mbj) Author Contributing ------------- * Fork the project. * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally. * Commit, do not mess with Rakefile or version (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) * Send me a pull request. Bonus points for topic branches. License ------- See LICENSE file.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
unparser-0.0.4 | README.md |
unparser-0.0.2 | README.md |
unparser-0.0.1 | README.md |