Skip to content

Commit

Permalink
Nuke all stuff below the notice.
Browse files Browse the repository at this point in the history
@txus feel free to revert in case you'd like to keep it.
  • Loading branch information
Markus Schirp committed Jan 27, 2013
1 parent 032ac1c commit 19ca1b8
Showing 1 changed file with 0 additions and 53 deletions.
53 changes: 0 additions & 53 deletions README.md
Expand Up @@ -2,56 +2,3 @@

Development of this lib moved to [mbj/to_source](https://github.com/mbj/to_source) and was rewritten with more features and higher stability.


to_source
=========

[![Build Status](https://secure.travis-ci.org/mbj/to_source.png?branch=master)](http://travis-ci.org/mbj/to_source)
[![Dependency Status](https://gemnasium.com/mbj/to_source.png)](https://gemnasium.com/mbj/to_source)
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/mbj/to_source)

Reverse parser to generate source code from the Rubinius AST. Also works well under MRI using the mutant-melbourne gem.

Currently only support 1.9 mode!

Installation
------------

Install the gem ```to_source``` via your preferred method.

Examples
--------

```ruby
require 'to_source'
some_code = "a = 123"
ast = some_code.to_ast
# => #<Rubinius::AST::LocalVariableAssignment:0x21b8
# @value=#<Rubinius::AST::FixnumLiteral:0x21bc @value=123 @line=1>
# @variable=nil @line=1 @name=:a>
ast.to_source
# => "a = 123"
```

Credits
-------

* [Markus Schirp (mbj)](https://github.com/mbj), [@_m_b_j_](http://twitter.com/_m_b_j_) on twitter
* [Josep M. Bach (Txus)](http://txustice.me), [@txustice](http://twitter.com/txustice) on twitter


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

0 comments on commit 19ca1b8

Please sign in to comment.