Skip to content

luppichristian/SimplePP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimplePreprocessor

Language Parser Tools Build License

A minimal C preprocessor written in C using Flex (Lex) and GNU Bison.

Usage

Basic usage:

./build/pp path/to/input.c

With include directories and predefined macros:

./build/pp -DDEBUG -DVERSION=3 -I include -I third_party/include source.c

About

A minimal C preprocessor written in C using Flex (Lex) and GNU Bison

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Contributors