luthor 0.2.0

A collection of lexers for various languages/formats, and the tools required to build them.
Documentation
1
2
3
4
5
6
extern crate luthor;
use luthor;
pub fn main() {
    let mut variable = "string";
    'loop_name: for value in collection {}
}