musique/src
2022-09-04 14:11:06 +02:00
..
tests Implemented Number::{ceil, floor, round, pow, inverse} 2022-08-21 00:43:04 +02:00
builtin_functions.cc builtin_for now reports nice error message when given wrong arguments 2022-09-04 14:11:06 +02:00
builtin_operators.cc Index operator now reports when given unindexable lhs 2022-09-04 13:25:55 +02:00
context.cc Note duration calculation in current BPM context 2022-05-24 02:58:15 +02:00
environment.cc New environment implementation 2022-05-22 03:44:10 +02:00
errors.cc Error reporting when too many closing parens at the end 2022-09-04 13:48:06 +02:00
interpreter.cc When playing empty chord user gets pause with default length 2022-08-29 21:48:35 +02:00
lexer.cc Minor cleanup 2022-07-30 13:40:59 +02:00
lines.cc Improved interactive mode interaction with errors 2022-08-21 20:24:49 +02:00
location.cc Doxygen & Sphinx documentation tooling 2022-05-08 18:02:23 +02:00
main.cc Improved interactive mode interaction with errors 2022-08-21 20:24:49 +02:00
number.cc New operator: modulo operator '%' 2022-08-29 20:37:11 +02:00
parser.cc Error reporting when too many closing parens at the end 2022-09-04 13:48:06 +02:00
pretty.cc Optionally colorful errors 2022-05-29 23:29:37 +02:00
unicode_tables.cc Unicode letters support 2022-05-02 20:45:06 +02:00
unicode.cc Symbol quoting and user defined incoming MIDI message processing 2022-06-19 15:45:14 +02:00
value.cc Report error when index is too large 2022-09-04 13:16:40 +02:00