Closed SBird1337 closed 5 years ago
When using PoryScript with a Preprocessor (cpp) I noticed that # comments will break the preprocessor. Since PoryScript remotely looks like C-Syntax, it could use C-Style comments instead (If only as opt-in command line option)
cpp
#
3aed25cdf856c8e31190c438dad91aa816363c95
When using PoryScript with a Preprocessor (
cpp
) I noticed that#
comments will break the preprocessor. Since PoryScript remotely looks like C-Syntax, it could use C-Style comments instead (If only as opt-in command line option)