Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedrofnseca/rinha-compiler-rust
⚙️Compiler made with Rust
https://github.com/pedrofnseca/rinha-compiler-rust
Last synced: 5 days ago
JSON representation
⚙️Compiler made with Rust
- Host: GitHub
- URL: https://github.com/pedrofnseca/rinha-compiler-rust
- Owner: PedroFnseca
- Created: 2023-09-08T15:16:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-10T15:33:04.000Z (about 1 year ago)
- Last Synced: 2023-09-10T16:37:42.095Z (about 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```