NashmiC is the first Franco-Arab programming language. Easy like Python, powerful like Go, Jordanian to the bone.
brew tap Ziadstr/nashmic
brew install nashmicTo install the latest development version from main:
brew install --HEAD nashmic# Run a NashmiC file
mansaf run hello.nsh
# Build to binary
mansaf build hello.nsh
# REPL
mansaf repl
# Format code
mansaf fmt hello.nsh