Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omatheuss/lina
Linguagem Intuitiva - Lina
https://github.com/omatheuss/lina
compiler language portugol rust
Last synced: 5 days ago
JSON representation
Linguagem Intuitiva - Lina
- Host: GitHub
- URL: https://github.com/omatheuss/lina
- Owner: oMatheuss
- License: mit
- Created: 2024-02-09T13:39:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-26T22:48:47.000Z (2 months ago)
- Last Synced: 2024-10-27T00:02:06.418Z (2 months ago)
- Topics: compiler, language, portugol, rust
- Language: Rust
- Homepage: https://omatheuss.github.io/lina/
- Size: 341 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lina
Esse repositório contem o código fonte para a linguagem de programação Lina 😎.
Lina é uma linguagem interpretada desenvolvida em rust.
Exemplos podem ser encontrados na pasta [examples](./examples/).
## Executando
Primeiro compile o interpretador usando o camando cargo do rust:
```
cargo build
```Em seguida execute o seu codigo usando o interpretador:
```console
target\debug\lina.exe examples\enquanto.lina
```