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

https://github.com/pedrofnseca/rinha-compiler-rust

⚙️Interpreter made with Rust
https://github.com/pedrofnseca/rinha-compiler-rust

abstract-syntax-tree compiler-principles interpreter interpreter-language rust

Last synced: 9 days ago
JSON representation

⚙️Interpreter made with Rust

Awesome Lists containing this project

README

        

# Rinha de compiladores 🤖🔧
> [Primeira rinha de compiladores!](https://github.com/aripiprazole/rinha-de-compiler/)


## Por que [Rust](https://www.rust-lang.org/)?

Desde 2022 quando comecei a me aprofundar em programação e no mundo linux sempre ouvi falar sobre essa linguagem e o quão boa ela é para sistemas operacionais,
é o meu primeiro contato com Rust e será fazendo um compilador para uma rinha!


## Requisitos:
- [x] [Docker](https://www.docker.com/) (caso queira rodar por ele)
- [x] [Rustup](https://www.rust-lang.org/pt-BR/tools/install)


## Como rodar

1. Clone o repositorio
```bash
git clone https://github.com/PedroFnseca/rinha-compiler-rust.git
```

2. Entre no projeto
```bash
cd rinha-compiler-rust
```

4. Rodando:
- Linux:
```bash
# comando ainda a ser definido
```
- Windows:
```bash
# comando ainda a ser definido
```
- Usando docker:
```bash
docker build -t rinha-compiler-rust .
```