Music Set Scripting language
Go to file
2022-01-05 16:59:42 -05:00
mpris-player@2e843ec8d9 Create barebones music player for mps interpretor 2021-12-10 16:53:22 -05:00
mps-interpreter Fix endless errors on invalid root path 2022-01-05 16:59:42 -05:00
mps-player Add some built-in and code documentation 2022-01-03 21:15:28 -05:00
src Fix some implementation bugs found while testing REPL 2022-01-04 13:00:05 -05:00
tests Implement simple CLI for executing scripts 2022-01-02 20:20:09 -05:00
.gitignore Create initial language functionality and framework 2021-12-03 16:13:19 -05:00
.gitmodules Create barebones music player for mps interpretor 2021-12-10 16:53:22 -05:00
Cargo.lock Add some built-in and code documentation 2022-01-03 21:15:28 -05:00
Cargo.toml Add some built-in and code documentation 2022-01-03 21:15:28 -05:00
LICENSE Create LICENSE 2022-01-01 04:30:05 +00:00
README.md Add some built-in and code documentation 2022-01-03 21:15:28 -05:00

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