https://github.com/jeffque/rinha-compiler
https://github.com/jeffque/rinha-compiler
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeffque/rinha-compiler
- Owner: jeffque
- Created: 2023-09-13T01:51:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T03:13:54.000Z (over 2 years ago)
- Last Synced: 2025-04-14T21:12:04.372Z (about 1 year ago)
- Language: Shell
- Size: 68.4 KB
- Stars: 19
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Uma pequena máquina de pilha (em contraste com máquina de registrador) para a
rinha de compiladores.
## Ideia
A ideia é fornecer um bytecode a ser interpretado, baseado na AST de
rinha-lang conforme
[especificação](https://github.com/aripiprazole/rinha-de-compiler/blob/main/SPECS.md).
Será feito também um compilador de rinha-AST para o bytecode [rinha-bcb](rinha-bcb).