1muon is an implementation of the meson build system in c99 with minimal
2dependencies.
3
4# Non-features
5* bug-for-bug compatibility with meson. In fact, muon aspires to be stricter
6  than meson in cases where meson's implementation seems error prone. muon uses
7  the official meson documentation as its specification.
8* cli compatibility with meson. muon has different flags, subcommands, etc., and
9  should not be renamed/symlinked to meson.
10
11# Features
12* muon analyze - a static analyzer for meson.build files. Capable of doing type
13  inference, checking unused variables, undeclared variables, etc.
14* muon fmt_unstable - a meson.build code formatter
15* An interactive stepping debugger with the dbg() function.
16* Fast
17