Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atnnn/theremin
https://github.com/atnnn/theremin
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/atnnn/theremin
- Owner: AtnNn
- License: bsd-2-clause
- Created: 2014-08-11T06:43:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-15T14:33:08.000Z (over 8 years ago)
- Last Synced: 2024-11-15T22:43:49.031Z (2 months ago)
- Language: C
- Homepage:
- Size: 297 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Poorlog
A C interpreter for a small prolog-like language
## Usage
```
$ make
$ ./poorlog -e 'between(1, 5, X), print(X), fail; nl'
12345
```## Tests
```
$ make test
```