Currently, supports basic FFI (via #pragma tenc import directives), variables, functions (still WIP though), expressions containing braces, variables, function calls, constants and summation, subtraction operators. The sole data type currently supported is int (32-bit word).
Note that at this moment I don't plan to strictly follow any of currently existing C standards, so this will probably remain a toy compiler.
Use the following command: java -jar TennessineC.jar -s examples/test.c -dp -e WinI386 -o test.exe (-dp stands for Debug Preprocessor)