2022-01-01 04:39:06 +00:00
|
|
|
# mps
|
|
|
|
|
|
|
|
An MPS program which plays music.
|
2022-01-04 02:15:28 +00:00
|
|
|
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.
|
2022-01-01 04:39:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
License: LGPL-2.1-only OR GPL-2.0-or-later
|