Skip to content

It's a toy programming language for learning purposes.

License

Notifications You must be signed in to change notification settings

carlosdmz/Billion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Billion

It's a toy programming language for learning purposes.

It's really in the beginning of development, we are still building the lexer. Parser and other stuff is not even designed yet, so stay tuned.

Syntax

$ make
$ ./billion hello.bil

For now, the language only supports printing strings.

exposed("Hello, world!\n");

Building

You'll need gcc and make in order to compile and link the compiler.

After grabbing the dependencies, just run make:

$ make

About

It's a toy programming language for learning purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published