Skip to content

hyleIndex/compiler

Repository files navigation

Compiler

A full compiler for bx language, which is a C-like language.

Execution

To run the code, one first must cd to the project directory. Next execute the command:

python3 bxcc.py <example-path.bx>

In case, one wants .tac file in addtion to the standard output, one should execute the commdand:

python3 bxcc.py -t <example-path.bx>

For more information, execute command:

python3 bxcc.py -h <example-path.bx>

or

python3 bxcc.py --help <example-path.bx>

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages