perunat
v0.0.3
Published
Programming language with several modes
Readme
Perunat
Perunat is a programming language with several modes.
To start:npm i -g perunat
Basic commands:peru
This will execute the Perunat-REPL.peru filename
This will execute perunat filename.
Basic syntaxlog("");
This will create a log.
func function name(){
program
}This will create a function.
(C)2025 Carnation Studio All rights reserved
MPL-2.0 License
