Namb is a compiled language,inspired by C,which also has compatability with it,and any other language that can be compiled to an object file.
I want to make this compiler as simple as possible,without being to fleshed out too.
im doing this to simply,learn,dont take this serious. Also this cant (and should not) be used to make highly complex stuff,simply because its BAD,but if you want to help, im all ears!
int x;
printf("Thats not a formated print,and it has no support for \n (for now)")
printf("see?\n")
exit(0)
./namb test.nb