# picomeson
> [!WARNING]
> This project is in early development. This is alpha software. Expect bugs, incomplete features, and breaking changes.
A parser for the Meson build system's `meson.build` files, written in Rust, powerful enough to parse [picolibc](https://github.com/picolibc/picolibc)'s build files.
## Usage
```bash
cargo run -- /path/to/picolibc/meson.build
```