Musique language interpreter
Go to file
2023-03-04 21:23:13 +01:00
doc negative numbers; fixed duration builtin 2023-01-10 06:41:08 +01:00
editor VSCode extension 2022-10-21 13:14:12 +02:00
examples Fixed for elise 2022-11-28 12:58:14 +01:00
lib New parameter passing convention 2023-02-20 17:38:17 +01:00
musique Started musique man implementation: structure of a page implemented 2023-03-04 21:23:13 +01:00
regression-tests negative numbers; fixed duration builtin 2023-01-10 06:41:08 +01:00
scripts Introduced integrated documentation for builtin functions 2023-01-30 14:59:14 +01:00
.gitignore Basic polish tutorial 2022-11-12 01:25:16 +01:00
build_instructions.md Dockerfile builds Windows and Linux releases 2023-01-15 00:37:11 +01:00
CHANGELOG.md Proper usage message 2023-02-20 18:33:32 +01:00
config.mk Support complex syntax for command line arguments 2023-02-20 18:16:20 +01:00
Dockerfile Dockerfile forwards version parameter 2023-01-15 01:11:10 +01:00
Doxyfile Created better hierarchy of source files 2022-09-23 18:55:25 +02:00
instruments.mq Sending proper Program Change MIDI message 2022-11-28 02:13:40 +01:00
LICENSE License 2022-05-24 12:11:50 +00:00
Makefile Dockerfile forwards version parameter 2023-01-15 01:11:10 +01:00
README.md Dockerfile builds Windows and Linux releases 2023-01-15 00:37:11 +01:00

Musique interpreter

Reference implementation of Musique programming language.

Building

Reference build_instructions.md.

Syntax highlighting

Vim / Neovim

Copy editor/musique.vim to syntax directory inside your Vim (Neovim) configuration.

$ cp editor/musique.vim ~/.config/nvim/syntax/

Next, you can add bindings for filetype:

au BufRead,BufNewFile *.mq set filetype=musique

Visual Studio Code

Copy editor/vscode-musique directory to <user home>/.vscode/extensions and restart VS Code.

Thanks to

and all contributors that created libraries above.