9 lines
359 B
Markdown
9 lines
359 B
Markdown
# mps
|
|
|
|
An MPS program which plays music.
|
|
This project implements the interpreter (mps-interpreter), music player (mps-player), and CLI interface for MPS (root).
|
|
The CLI interface includes a REPL for running scripts.
|
|
The REPL interactive mode also provides more details about using MPS through the `?help` command.
|
|
|
|
|
|
License: LGPL-2.1-only OR GPL-2.0-or-later
|