What does it do?

The last step of the compiler is the easiest. Now that we are past the hurdle of the Transformer, the rest is smooth sailing.

The Code Generator will take the AST, and print the desired C-style code.

The Goal

Get a source code representation of the original input as C-style code.