Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Latest commit

 

History

History
67 lines (35 loc) · 1.71 KB

README.md

File metadata and controls

67 lines (35 loc) · 1.71 KB

PTBRi

Português

PTBRi é um interpretador de PTBR, fork do rust-lci, um interpretador de LOLCODE escrito em Rust

PTBR é basicamente LOLCODE, porém sem as piadas e traduzido para Português. O motivo por trás do projeto é ter uma linguagem simples para ensinar o básico de programação.

Download

A ultima versão pde ser encontrada aqui: latest

Uso: Release

Rode:

$ PTBRi-<plataforma> <arquivo>

Uso: Cargo

Utilizando cargo, rode:

$ cargo run <arquivo>

English

PTBRi is a PTBR interpreter forked from rust-lci, a LOLCODE interpreter written in Rust

PTBR is basically LOLCODE, but without the jokes and translated to Portuguese. The reason behind it is for it to be a simple language to teach coding basics.

Download

The latest release can be found here: latest

Usage: Release

Run:

$ PTBRi-<platform> <file>

Usage: Cargo

Using cargo, run:

$ cargo run <file>

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.