Skip to content
/ namb Public

Namb is a compiled programming language,inspired by c,which also has compatability with other languages that can be compiled to and object file.

Notifications You must be signed in to change notification settings

nykbocks/namb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Namb :

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.

Simple

I want to make this compiler as simple as possible,without being to fleshed out too.

Learn

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!

Example

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

About

Namb is a compiled programming language,inspired by c,which also has compatability with other languages that can be compiled to and object file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published