Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/atnnn/theremin


https://github.com/atnnn/theremin

Last synced: 8 days ago
JSON representation

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
```