Skip to content

CunningBard/bisaya-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BisayaLang

Isa ka Linguahi para sa Programming pero naa siya sa Bisaya.

Syntax

// ang semi-colon( ';' ) kay optional

proseso kuhaa_ang_pangalan() {
    balik "BisayaLang";
}

deklara edad = 0;
deklara pangalan = kuhaa_ang_pangalan();

println(format("Ang {}, kay {} anyos pa", pangalan, edad));

// usa ka comment

klase ProgrammingLanguage {
    name,
    age,
    type
}

deklara bisaya_lang = ProgrammingLanguage(pangalan, edad, "Interpreted");

BisayaLang

The original purpose of bisaya lang was actually for me(the author) to create a working programming language, that is turing-complete. And with the current state of bisaya lang, I can say that i have achieved my goal. but the problem is, is that i dont know if im going to keep working on this project. since I want to create a compiled programming language using LLVM or transpiling to c++.

About

It's probably already abandoned

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages