Skip to main content

oak_csharp/
lib.rs

1//! Oak C# Frontend
2//!
3//! This crate is currently a placeholder for the upstream Oak C# frontend.
4//! The original implementation has been removed to reduce maintenance burden.
5
6pub fn parse() {
7    println!("Oak C# frontend not yet implemented");
8}