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
- Host: GitHub
- URL: https://github.com/abrams27/wiadrex-lang
- Owner: abrams27
- Created: 2021-04-04T12:50:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-05T18:23:30.000Z (over 4 years ago)
- Last Synced: 2025-04-04T18:48:12.129Z (about 1 year ago)
- Topics: haskell, interpreter, language
- Language: Haskell
- Homepage:
- Size: 964 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.