Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 612 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 612 Bytes

Malilang - first somali programming language

Example Program

hawl soo_dhoweey(magac) {
    daabac(“Soo dhowoow " + magac);
}

weel magac = “Ahmed”;
soo_dhoweey(magac);

weel wey_kujirtaa = haa;
haddii wey_kujirtaa {
    daabac("Tiradu waa sax”);
} kale {
    daabac(“Tiradu ma aha sax”);
}

Roadmap

  • Lexer
  • Parsing Arithmetic Expressions
  • Statements and Environment
  • Variables
  • If / While Conditions
  • Functions

Current Development

MaliLang_Demo REPL