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.
A ultima versão pde ser encontrada aqui: latest
Rode:
$ PTBRi-<plataforma> <arquivo>
Utilizando cargo, rode:
$ cargo run <arquivo>
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.
The latest release can be found here: latest
Run:
$ PTBRi-<platform> <file>
Using cargo, run:
$ cargo run <file>
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/.