Ast.Parser.PreProcessor
preprocess :: String -> Parser String Source #
Preprocesses a source file by handling imports, defines, and other preprocessing tasks. It recursively resolves imports and applies preprocessing rules to the source. Returns the fully preprocessed source code as a String.
String