https://github.com/yous/raheui
Aheui interpreter in Ruby
https://github.com/yous/raheui
aheui interpreter ruby
Last synced: about 2 months ago
JSON representation
Aheui interpreter in Ruby
- Host: GitHub
- URL: https://github.com/yous/raheui
- Owner: yous
- License: mit
- Created: 2014-08-10T19:35:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-23T05:02:05.000Z (almost 10 years ago)
- Last Synced: 2025-02-10T21:19:04.957Z (4 months ago)
- Topics: aheui, interpreter, ruby
- Language: Ruby
- Homepage:
- Size: 375 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Raheui
[](http://badge.fury.io/rb/raheui)
[](https://travis-ci.org/yous/raheui)
[](https://gemnasium.com/yous/raheui)
[](https://codeclimate.com/github/yous/raheui)
[](http://codecov.io/github/yous/raheui?branch=master)
[](http://inch-ci.org/github/yous/raheui)
[](https://www.omniref.com/ruby/gems/raheui)[Aheui][] interpreter in Ruby.
[Aheui]: http://aheui.github.io
## Installation
``` sh
gem install raheui
```## Usage
Pass `raheui` a file to execute:
``` sh
raheui helloworld.aheui
```Alternatively you can run `raheui` with no arguments to pass aheui code through terminal input.
``` sh
raheui
```For additional command-line options:
``` sh
raheui -h
```Command flag | Description
----------------|--------------------
`-h, --help` | Print this message.
`-v, --version` | Print version.## Commit message in Aheui
Why don't you just try:
``` sh
git log --format=%b -n 1 d176df4 | raheui
```Also it works for every commit hash in `d176df4..5a6bfd0`:
``` sh
git log --format=%b -n 1 | raheui
```## Changelog
See [CHANGELOG.md](CHANGELOG.md).
## License
Copyright (c) 2014-2015 ChaYoung You. See [LICENSE.txt](LICENSE.txt) for details.