diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-09 11:35:12 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-09 11:35:12 +0900 |
| commit | 6abb9de7e0fed2df2ffc391e738913d5c7b5e4bb (patch) | |
| tree | 4a8b33c5e0f2d5e50575602c4e707ff88f6059ec /README.md | |
| parent | c11157eb405718671a359e3b47d2d46ee4b7ee73 (diff) | |
| download | mruby-6abb9de7e0fed2df2ffc391e738913d5c7b5e4bb.tar.gz mruby-6abb9de7e0fed2df2ffc391e738913d5c7b5e4bb.zip | |
mention 1.9 compatibility in README.md; close #2031
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ mruby is the lightweight implementation of the Ruby language complying to (part of) the [ISO standard](http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579). +Its syntax is Ruby 1.9 compatible. + mruby can be linked and embedded within your application. We provide the interpreter program "mruby" and the interactive mruby shell "mirb" as examples. You can also compile Ruby programs into compiled byte code using the mruby compiler "mrbc". All those tools reside in the "bin" directory. "mrbc" is also able to |
