oak-csharp 0.0.11

C# frontend for Oak
Documentation
1
2
3
4
5
6
mod parser;

// The parser tests are automatically run by the test framework
fn main() {
    println!("Run tests with `cargo test`");
}