1
2
3
4
5
6
7
8
#![feature(slicing_syntax)]

#![feature(phase)]
#[phase(plugin)]
extern crate regex_macros;
extern crate regex;

pub mod expr;