https://github.com/asfernandes/rinha-de-compiler
Rinha de Compiladores
https://github.com/asfernandes/rinha-de-compiler
Last synced: 2 months ago
JSON representation
Rinha de Compiladores
- Host: GitHub
- URL: https://github.com/asfernandes/rinha-de-compiler
- Owner: asfernandes
- Created: 2023-09-19T11:43:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T17:37:09.000Z (over 2 years ago)
- Last Synced: 2025-01-26T15:13:55.032Z (over 1 year ago)
- Language: C++
- Size: 2.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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