Commit b9f079aa authored by Hidetaka Takano's avatar Hidetaka Takano

Merge pull request #7 from rystyle/master

Text corrections.
parents 3c07f92a 95373cb6
* Compilation and Installation
1. Run make in top directory.
1. Run make in the top directory.
This command will create following directories and
This command will create the following directories and
store libraries and binaries files into them.
* bin
* lib
* include
If you fail to compile ruby, please send the detailed error report with
the error log and machine/OS type, to help others.
If an error occurs when compiling mRuby, it will be helpful for others if you
send a detailed report to the developers that includes the error log, machine,
and OS type.
* Porting to other platforms
* Porting to other platforms
That's all.
......@@ -8,6 +8,7 @@
* bin
* lib
* include
もし,コンパイル時にエラーが発生した場合にはエラーのログとマ
シン,OSの種類を含むできるだけ詳しいレポートを作者に送ってく
......
......@@ -5,4 +5,4 @@ All the files in this distribution are covered under the MIT license
(see the file COPYING) except some files mentioned below:
(currently no item are listed.)
(Currently no items are listed.)
!!Notice!! This is preliminary release for team reviewing.
the URL and address discribed below are not available yet.
!!Notice!! This is a preliminary release for internal team reviewing.
The URL and address discribed below are not available yet.
The official release will be announced later. Thanks.
* What's mRuby
mRuby is the light-weighted implementation of ruby language complied with ISO
standard to execute various environment. It can run as 'interpreter form' or
mRuby is the light-weight implementation of the Ruby language complied to the ISO
standard to execute various environments. It can run in 'interpreter form' or
'compile and execute on vm form' according to its module construction.
This achivement is due to the Regional Innovation Creation R&D Programs of
This achievement is due to the Regional Innovation Creation R&D Programs of
the Ministry of Economy, Trade and Industry of Japan.
......
Things to do (Things that are not done yet)
* Here document
* Special variables ($1,$2..)
* super in aliased methods
* BEGIN/END (Were we not supporting this?)
* const_missing
* respond_to_missing
Things to improve (Done but things to fix)
* Hash (Reduce size. Use khash or save the order)
* stringEx (Delete encoding、delete CODERANGE、delete everything except UTF-8 or ASCII)
* Make additions as they are noticed.
やること(まだできてないこと) / not yet complete
やること(まだできてないこと)
* ヒアドキュメント / here document
* 特殊変数 ($1,$2..) / special variables
* ヒアドキュメント
* 特殊変数 ($1,$2..)
* super in aliased methods
* BEGIN/END (対応しないんだっけ?)
* const_missing
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment