assyrianic / sptools

a frontend library for the SourcePawn scripting language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rewrite Preprocessor

assyrianic opened this issue · comments

Never put an issue on this but the preprocessor as it currently is does NOT act like the preprocessor in spcomp/C compilers.

The actual way of preprocessor is through the lexer where it takes directives or tokens as they come in, line by line.