Added samples and prefixes to variables

This commit is contained in:
2023-03-05 18:45:14 +02:00
parent ea0e9ae0cd
commit 323b41b36e
4 changed files with 52 additions and 7 deletions

View File

@ -16,7 +16,8 @@
// Variable assignment
assignment: variable ass_op (list | pitch_class | random_integer | random_pitch | cycle | list_op | repeat_item)
ass_op: /[=~]/
variable: /[A-Z]/
variable: prefix* variable_char
variable_char: /[A-Z]/
variablelist: variable variable+