Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/asfernandes/rinha-de-compiler

Rinha de Compiladores
https://github.com/asfernandes/rinha-de-compiler

Last synced: about 1 month ago
JSON representation

Rinha de Compiladores

Awesome Lists containing this project

README

        

![banner]

[](https://discord.gg/e8EzgPscCw)

## Rinha Interpreter written in C++ using ANTLR4, vcpkg and cmake

### About

This interpreter parses the Rinha source code (not the JSON AST!) and executes it.
You can read more about it [here](https://github.com/aripiprazole/rinha-de-compiler).

### How to build the docker image

```bash
docker build -t rinha-de-compiler .
```

### How to use the docker image

```bash
# Run source.rinha from the current directory
docker run --rm -v .:/var/rinha rinha-de-compiler
```

[banner]: ./img/banner.png