mrubyを超漢字で動作させる
修订版 | 402890d5716608261636c13bd3bb4e4c3f7b4e7f (tree) |
---|---|
时间 | 2015-09-03 13:01:01 |
作者 | Yukihiro "Matz" Matsumoto <matz@ruby...> |
Commiter | Yukihiro "Matz" Matsumoto |
Merge pull request #2938 from Mav7/master
Added version.h.md and re.h.md
@@ -0,0 +1,3 @@ | ||
1 | +#### Macros | |
2 | +### REGEXP_CLASS | |
3 | +A string with the name of the REGEXP class. |
@@ -0,0 +1,33 @@ | ||
1 | +#### Macros | |
2 | +### MRUBY_RUBY_VERSION | |
3 | +The version of Ruby used by mruby. | |
4 | +### MRUBY_RUBY_ENGINE | |
5 | +Ruby engine. | |
6 | +### MRUBY_VERSION | |
7 | +The mruby version. | |
8 | +### MRUBY_RELEASE_MAJOR | |
9 | +Major release version. | |
10 | +### MRUBY_RELEASE_MINOR | |
11 | +Minor release version. | |
12 | +### MRUBY_RELEASE_NO | |
13 | +Release number. | |
14 | +### MRUBY_RELEASE_DATE | |
15 | +Release date as a string. | |
16 | +### MRUBY_RELEASE_YEAR | |
17 | +Release year. | |
18 | +### MRUBY_RELEASE_MONTH | |
19 | +Release month. | |
20 | +### MRUBY_RELEASE_DAY | |
21 | +Release day. | |
22 | +### MRUBY_BIRTH_YEAR | |
23 | +The year mruby was first created. | |
24 | +### MRUBY_AUTHOR | |
25 | +Mruby's authors. | |
26 | +### MRB_STRINGIZE0(expr) | |
27 | +A passed in expression. | |
28 | +### MRB_STRINGIZE(expr) | |
29 | +Passes in an expression to MRB_STRINGIZE0. | |
30 | +### MRUBY_DESCRIPTION | |
31 | +mruby's version, and release date. | |
32 | +### MRUBY_COPYRIGHT | |
33 | +mruby's copyright information. |