lit 0.4.0

Integrated testing tool, inspired by LLVM's 'lit' testing script
Documentation
1
2
3
4
5
6
use std::collections::HashMap;

pub mod resolve;

type Variables = HashMap<String, String>;