Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/asfernandes/rinha-de-compiler
- Owner: asfernandes
- Created: 2023-09-19T11:43:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-05T17:37:09.000Z (about 1 year ago)
- Last Synced: 2024-05-01T23:42:06.165Z (8 months 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