Function parser_haskell::preprocess [] [src]

pub fn preprocess(input: &str) -> String

Preprocess code to remove comments and convert whitepsace to brace blocks. TODO: merge this into parse() below once result lifetimes can be worked out