Skip to content

asfernandes/rinha-de-compiler

Repository files navigation

banner

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.

How to build the docker image

docker build -t rinha-de-compiler .

How to use the docker image

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