Utodev / DRC

A new compiler for DAAD adventure writer. For ZX Spectrum, Commodore 64, Amstrad CPC and PCW, MSX, MSX2, MSDOS, Amiga, Atari ST and HTML.
GNU General Public License v3.0
23 stars 8 forks source link

Use gpp as preprocessor #24

Closed DjMorgul closed 3 years ago

DjMorgul commented 3 years ago

By using this preprocessor: https://github.com/logological/gpp

Some issues with nested and non-nested #if will work correctly, while being able to keep all the # directives that aren't standard in preprocessors.

Utodev commented 3 years ago

Although it is possible to use gpp as preprocessor, as any other preprocessor, and it works fine (I've tested it), using it is not an issue of DRC :-)