more detail for language design

This commit is contained in:
brevalferrari 2025-06-07 17:37:33 +02:00
parent e45053eebe
commit 5e38b15f93

View file

@ -1,8 +1,8 @@
notes: dorémi abc... as they appear in the note list
variables: $v8
variables: $v8 assign '8' to the variable named 'v'
$v1+2
$vv+1
$v-4.1 as soon as the variable mutation string stops being valid, usual sheet music parsing continues
$v-4.1 as soon as the variable mutation string stops being valid, usual sheet music parsing continues (https://en.wikipedia.org/wiki/Maximal_munch)
loops: (...)
(2...) to loop 2 times
(n...) to loop n times (taking the integer part with the floor function)