Found on crate.
bash cargo install cirru_parser
```rs use cirru_parser::{parse};
parse("defn f (x)\n x"); ```
MIT