chumsky 0.13.0

A parser library for humans with powerful error recovery
Documentation
1
2
3
4
let five = 5;
let eight = 3 + five;
fn add x y = x + y;
add(five, eight)