https://github.com/schultyy/pianolang
Example language using piano arithmetics
https://github.com/schultyy/pianolang
Last synced: about 1 year ago
JSON representation
Example language using piano arithmetics
- Host: GitHub
- URL: https://github.com/schultyy/pianolang
- Owner: schultyy
- License: mit
- Created: 2015-04-02T12:44:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-07T21:59:17.000Z (about 10 years ago)
- Last Synced: 2025-04-06T23:35:29.733Z (about 1 year ago)
- Language: Elixir
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pianolang
=========
## Requirements
- Elixir 1.x
## Usage
Clone this repository
```
$ git clone https://github.com/schultyy/pianolang.git
```
Then run `mix escript.build` to compile the application. This places the executable `pianolang` in the current directory.
To run it, do the following:
```
$ ./pianolang
----Pianolang----
>>> (+ 1 2)
3
```
# License
MIT