Music Set Scripting language
Go to file
2022-01-03 20:15:19 -05:00
mpris-player@2e843ec8d9 Create barebones music player for mps interpretor 2021-12-10 16:53:22 -05:00
mps-interpreter Implement REPL functionality 2022-01-03 17:53:57 -05:00
mps-player Implement REPL functionality 2022-01-03 17:53:57 -05:00
src Refactor loop and fix prompt 2022-01-03 20:15:19 -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 Implement simple CLI for executing scripts 2022-01-02 20:20:09 -05:00
Cargo.toml Implement simple CLI for executing scripts 2022-01-02 20:20:09 -05:00
LICENSE Create LICENSE 2022-01-01 04:30:05 +00:00
README.md Add READMEs and top-level intro doc comments 2021-12-31 23:40:23 -05:00

mps

An MPS program which plays music. This doesn't do much yet, since mps-interpreter is still under construction.

Future home of a MPS REPL for playing music ergonomically through a CLI.

License: LGPL-2.1-only OR GPL-2.0-or-later