mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
31 lines
383 B
Markdown
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`
|