oak-core 0.0.11

Core parser combinator library providing fundamental parsing primitives.
Documentation
1
2
3
4
5
6
7
8
9
#![feature(new_range_api)]

mod lexer;
mod parser;

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