oak-csharp 0.0.11

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

#[test]
fn test_csharp_placeholder() {
    let _ = oak_csharp::parse("");
}