A full compiler for bx language, which is a C-like language.
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>