oak-perl 0.0.11

Perl scripting language parser with support for text processing, system administration, and modern Perl features.
Documentation
1
2
3
4
5
6
7
mod lexer;
mod parser;

#[test]
fn ready() {
    println!("it works!")
}