pypreprocessor
pypreprocessor copied to clipboard
Stipped leading whitespace characters in lexer()
trafficstars
Stripped any and all whitespace characters from the line in lexer(line) before we try to find preprocessor directives. I believe insensitivity to leading whitespace is standard for modern C preprocessors.
This allow indented (by whitespace) directives in python? That would be great I think