Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny C preprocessor

Tiny C preprocessor just for my leaning of compiling process. Inspired by article of https://www.sigbus.info/compilerbook and his chibicc project.

  • default include paths are gcc ver13 headers.
  • only -I option is covered.
  • dev/tested on linux(Ubuntu 24.03.3) with gcc ver 13.3.
  • no memory management like chibicc project.
  • cover only limted predefined macros. not support __DATE__, __TIME__, etc.

About

Tiny C preprocessor

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages