File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11name : mruby
2+ title : Lightweight Ruby
3+ description : >- # this means to ignore newlines until "markdown:"
4+ mruby is the lightweight implementation of the Ruby language complying to (part of) the ISO standard.
5+ mruby can be linked and embedded within your application. We provide the interpreter program "mruby" and the
6+ interactive mruby shell "mirb" as examples. You can also compile Ruby programs into compiled byte code using the
7+ mruby compiler "mrbc". All those tools reside in the "bin" directory. "mrbc" is also able to generate compiled byte
8+ code in a C source file, see the "mrbtest" program under the "test" directory for an example.
29markdown : kramdown
310highlighter : rouge
11+ url : https://mruby.org
12+ repository : https://github.com/mruby/mruby.github.io
413include : _index.html
514exclude :
615- Gemfile
Original file line number Diff line number Diff line change 33 < h2 > Latest News</ h2 >
44 </ div >
55</ div >
6- </ div>
76< div class ='row '>
87 < div class ="col-md-12 ">
98 < ul class ="posts ">
Original file line number Diff line number Diff line change 2121 {% include footer.html %}
2222
2323 </ body >
24- </ html >
24+ </ html >
Original file line number Diff line number Diff line change 2121 {% include footer.html %}
2222
2323 </ body >
24- </ html >
24+ </ html >
You can’t perform that action at this time.
0 commit comments