An open API service indexing awesome lists of open source software.

https://github.com/evesquare/ruby_by_ruby

RubyでつくるRubyを読みました
https://github.com/evesquare/ruby_by_ruby

ruby

Last synced: about 1 year ago
JSON representation

RubyでつくるRubyを読みました

Awesome Lists containing this project

README

          

# Rubyで作るRuby

## ライブラリのインストール

```bash
$ gem install minruby
```

## 自作インタプリタの実行

```bash
$ ruby interp.rb fizzbuzz.rb
```