File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,20 @@ unparser
9
9
Generate equivalent source for ASTs from whitequarks [ parser] ( https://github.com/whitequark/parser ) .
10
10
Excluding the macruby extensions the parser gem implemnents on top of ruby syntax.
11
11
12
- Excluding the MacRuby / RubyMotion extensions the parser gem implemenents on top of MRI ruby syntax starting with parser release 2.3.
13
- If you feel the need to get them supported, contact me.
12
+ Excluding the MacRuby / RubyMotion extensions the parser gem implemenents on top of MRI Ruby
13
+ syntax starting with parser release 2.3. If you feel the need to get them supported, contact me.
14
14
15
- This library is able to reproduce 100% of ruby 1.9, 2.0 and 2.1 syntax. Including its own source code.
15
+ This library is able to reproduce 100% of Ruby 2.1 - 2.3 syntax. Including its own source code.
16
16
17
17
It serves well for [ mutant] ( https://github.com/mbj/mutant ) mutators and the in-memory vendoring for self hosting,
18
18
and other tooling.
19
19
20
+ Public API:
21
+ -----------
22
+
23
+ While unparser is in the ` 0.x ` versions its public API can change any moment. I recommend to use ` ~> 0.x.y ` style
24
+ version constraints that should give the best mileage.
25
+
20
26
Usage
21
27
-----
22
28
You can’t perform that action at this time.
0 commit comments