Currently, supports basic FFI (via #pragma tenc import directives), variables, functions (still WIP though), expressions containing braces, variables,

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-08-05 19:00:07

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)

Leave a Comment