# Mojo Compiler **Code = Doc**: All documentation is in `mojo.py` --- ## Quick Start ```bash # See all commands ./mojo.py --help # Compile file ./mojo.py compile file.mojo # Run tests ./mojo.py test # Show samples ./mojo.py samples # Compiler info ./mojo.py info ``` --- **Status**: ✅ 5 phases complete, 12 tests passing (100%) **Documentation**: Run `./mojo.py --help`