Skip to content
/ pb-lang Public

Toy programming language that features Python-like syntax and compiles to C99.

Notifications You must be signed in to change notification settings

pbedn/pb-lang

Repository files navigation

PB lang

Toy programming language that features Python-like syntax and compiles to C99.

# hello.pb
hello: str = "Hello World"

def main() -> int:
    print(hello)
    return 0
$ python run.py run hello.pb

About

Toy programming language that features Python-like syntax and compiles to C99.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages