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