oak-delphi 0.0.11

Delphi language parser with support for modern Delphi syntax and object-oriented programming features.
Documentation
1
2
3
4
5
6
mod lexer;

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