An open API service indexing awesome lists of open source software.

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

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