mimo-lang
v2.0.6
Published
A minimal prefix-notation programming language
Maintainers
Readme
Installation
bun install -g mimo-langUsage
Run Programs
mimo path/to/program.mimo
mimo -e "+ 1 2"
echo "+ 1 2" | mimoREPL
mimo replCLI Commands
mimo run <file> # Run a file
mimo repl # Start REPL
mimo fmt <path> --write # Format files
mimo lint <path> # Lint files
mimo test <path> # Run testsSyntax
function add(a, b)
return + a b
end
call add(4, 8) -> result
show resultMore examples in test/source/.
Development
bun install
bun run checkPlayground
The playground is a web application that allows you to run Mimo code in your browser.
About
this is just a simple language i created to learn more about how programing languages work. contributions are welcome.
Links
License
Released under MIT
