Skip to content

rm-Umar/lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toy interpreter or compiler (yet to decide) project to learn rust.

Grammar (will be changing while developing)

maanlo naam = "Ali";
maanlo jammat = 8;

// ya ik comment hy jo ky ignore hojy ga.
// function kya_ali() -> boolean 
kaam kya_ali() {
    agar naam == "Ali" {
        wapis sahih;
    } warna {
        wapis ghalat;
    }
}

// TODO

Lexer  [x]
Parser []
Code-Generation 
   Need to decide if want to go with tranpiler approach or not maybe attach LLVM backend 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published