oak-rust 0.0.11

High-performance incremental Rust parser for the oak ecosystem with flexible configuration, emphasizing memory safety and zero-cost abstractions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![feature(new_range_api)]

mod builder;
mod files;
mod formatter;
mod highlighter;
mod lexer;
mod parser;

#[test]
fn ready() {
    println!("Oak Rust Compiler Ready!")
}