S Technologies's Logo
Shunno
Shunno

Color

Indigo
Red
Green
Teal
Blue
Purple
Rose

Mode

Light
বাং
Install

Get the compiler

Shunno compiles to native executables. Today that means Windows, built from a Lex and Yacc source tree that you can also read.

Setup

Three commands

Clone it, build it, check it. Each tab is one step.

Terminal

$git clone https://github.com/Shunno-Lang/Shunno-Windows.git

Cloning into ‘Shunno-Windows’...

remote: Enumerating objects: done.

Resolving deltas: done.

What this does

The compiler source, including the Lex lexer and the Yacc grammar that define the language.

First program

Now write something

Save this as hello.shno and compile it. That is the whole workflow.

hello.shnoShunno
দেখাও('হ্যালো, আমি শুন্য!');
Output
  • হ্যালো, আমি শুন্য!
What this does

There is no package-manager install yet — no npm, no Homebrew, no winget. When there is one, it will be on this page. Until then, building from source is the supported route.