Files
metabuilder/libraries/mojo/README.md
2026-03-09 22:30:41 +00:00

31 lines
383 B
Markdown

# 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`