https://github.com/bronzdoc/runy
a simple interpreter built in ruby
https://github.com/bronzdoc/runy
Last synced: 8 months ago
JSON representation
a simple interpreter built in ruby
- Host: GitHub
- URL: https://github.com/bronzdoc/runy
- Owner: bronzdoc
- Created: 2016-05-06T04:03:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-13T18:59:53.000Z (about 10 years ago)
- Last Synced: 2025-02-18T06:42:46.994Z (over 1 year ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## runy - interpreter built in ruby
### runy is a simple calculator right now :sheep:
calc> 2 + 2
## WIP