thelonster / Preprocessor

Preprocessor with limited functionality that reads #define and #undef and replaces instances of defined words in a file where appropriate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preprocessor

This program is a Preprocessor with limited functionality that reads from a file and recognizes #define and #undef, using them to generate a new file with words defined with #define replaced where appropriate

About

Preprocessor with limited functionality that reads #define and #undef and replaces instances of defined words in a file where appropriate.

License:MIT License


Languages

Language:C 100.0%