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

https://github.com/atnnn/theremin


https://github.com/atnnn/theremin

Last synced: 4 months 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
```