Musique language interpreter
Go to file
Robert Bendun 205868a868 0.5.0 2023-03-05 01:34:36 +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 Remove bestline from project 2023-03-05 01:31:32 +01:00
musique Merge branch 'repl' into staged-0.5 2023-03-05 01:18:41 +01:00
regression-tests Use new command line parameter syntax in test runner 2023-03-05 01:24:09 +01:00
scripts Remove bestline from project 2023-03-05 01:31:32 +01:00
.gitignore Basic polish tutorial 2022-11-12 01:25:16 +01:00
CHANGELOG.md 0.5.0 2023-03-05 01:34:36 +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
LICENSE License 2022-05-24 12:11:50 +00:00
Makefile Replxx integration; Linux CTRL-C handler 2023-02-22 02:38:46 +01:00
README.md Dockerfile builds Windows and Linux releases 2023-01-15 00:37:11 +01:00
build_instructions.md Dockerfile builds Windows and Linux releases 2023-01-15 00:37:11 +01:00
config.mk 0.5.0 2023-03-05 01:34:36 +01:00
instruments.mq Sending proper Program Change MIDI message 2022-11-28 02:13:40 +01:00

README.md

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.