Added samples and prefixes to variables
This commit is contained in:
@ -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+
|
||||
|
||||
|
||||
Reference in New Issue
Block a user