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

https://github.com/abrams27/wiadrex-lang

Wiadrex lang interpreter
https://github.com/abrams27/wiadrex-lang

haskell interpreter language

Last synced: 10 months ago
JSON representation

Wiadrex lang interpreter

Awesome Lists containing this project

README

          

# wiadrex lang

Wiadrex lang interpreter in haskell.

## Building and running
```
make

./interpreter # interpreting file
./interpreter # interpreting stdin
```

## Description and examples
More info in the `lang/opis-wiadrex-lang.pdf` file and examples in `lang/examples`.