Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elemel/quest

Rational stack machine
https://github.com/elemel/quest

Last synced: 4 days ago
JSON representation

Rational stack machine

Awesome Lists containing this project

README

        

# quest

Rational stack machine

## Example: Advent of Code

Command line:

```sh
PYTHONPATH=. bin/quest examples/advent_of_code_2019/day_01/part_1.qs < examples/advent_of_code_2019/day_01/input.txt
```

Output:

```
3442987
```