Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonmagic/simple_language
https://github.com/jonmagic/simple_language
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonmagic/simple_language
- Owner: jonmagic
- Created: 2013-07-06T05:51:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-06T07:52:46.000Z (over 11 years ago)
- Last Synced: 2023-04-10T22:39:33.738Z (over 1 year ago)
- Language: Ruby
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple
A simple programming language implemented in Ruby from the book [Understanding Computation](http://computationbook.com).
## How to run
```
bundle
bundle exec ruby run.rb
```