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を読みました
- Host: GitHub
- URL: https://github.com/evesquare/ruby_by_ruby
- Owner: evesquare
- Created: 2023-04-27T01:58:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T02:10:45.000Z (over 1 year ago)
- Last Synced: 2025-04-06T05:42:22.563Z (about 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rubyで作るRuby
## ライブラリのインストール
```bash
$ gem install minruby
```
## 自作インタプリタの実行
```bash
$ ruby interp.rb fizzbuzz.rb
```