diff options
| author | Marcus Stollsteimer <[email protected]> | 2014-03-20 20:10:23 +0100 |
|---|---|---|
| committer | Marcus Stollsteimer <[email protected]> | 2014-03-20 20:10:23 +0100 |
| commit | 69ec2547cee129e3f3219f52b87183a6d22fd969 (patch) | |
| tree | f5c971754828b1b67c2415f7048b9fad3226dc36 /README.md | |
| parent | e96a1bc4e66850e1b1fe269d266688c04a4cd189 (diff) | |
| download | mruby-69ec2547cee129e3f3219f52b87183a6d22fd969.tar.gz mruby-69ec2547cee129e3f3219f52b87183a6d22fd969.zip | |
Reword mention of mrbtest in README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ the [ISO standard](http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_d 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 -generate compiled byte code in a C source file. You can check the "mrbtest" program under the "test" directory. +generate compiled byte code in a C source file, see the "mrbtest" program under the "test" directory +for an example. This achievement was sponsored by the Regional Innovation Creation R&D Programs of the Ministry of Economy, Trade and Industry of Japan. |
