Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 429 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 429 Bytes

Trigraphify

Convert your C code into code containing trigraphs

Screenshots

Before

Before Screenshot

After

After Screenshot

How to use

Simply run python main.py -i <input> -o <output>. For example, python main.py -i main.c -o main.c.

When compiling with tripgrahs you must use the compiler flag -trigraphs. For example gcc main.c -o main -trigraphs.