Skip to content

fstqwq/Call-Of-The-Forge-God

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Call of the forge god

A simple one-pass implementation of C++ preprocessor, as the bonus part of Ornn.

Supported features: Almost all features you need to compile a HelloWorld.

Currently

  • successfully compiled C-style hello world using WSL and MinGW 64
  • successfully self-compiled using WSL.

Preprocessor read configs from "__predefined.cpp" and "include_dir.cfg", see test_wsl/ and test_win/ for detail.

Designed to be (hopefully) cross platform. Mainly tested on Windows and WSL 1.

Implementation standard mainly according to gcc, with following (but not limited to) exceptions:

Generally speaking, these are either undefined or out-of-date.

About

C/C++ preprocessor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published