Skip to content

CharlotteCross1998/Trigraphify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Convert your C code into code containing trigraphs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages