https://github.com/jonmagic/simple_language
https://github.com/jonmagic/simple_language
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonmagic/simple_language
- Owner: jonmagic
- Created: 2013-07-06T05:51:18.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-06T07:52:46.000Z (almost 13 years ago)
- Last Synced: 2025-01-31T13:43:45.940Z (about 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
```