pub fn run_lexer(
    gcx: &Arc<GlobalCtxt>,
    file_name: String,
    contents: String
) -> CalResult<()>