A Linux only transpiler that translates C code into Python using bison and flex.
- gcc
- make
- bison
- flex
$ make$ ./cmp <c-file>If there are no errors, the program will output a python file, a .dot graph file and a txt file with all symbols to the 'output' folder.
$ ./tests