Added two options for variables

Pre-evaluated: A=(1,4)
Just a clone: A~(1,4)
This commit is contained in:
2023-02-23 21:42:12 +02:00
parent 3e32c9ecf2
commit bcc86f4cfe
3 changed files with 34 additions and 10 deletions

View File

@ -12,7 +12,8 @@
modifier: /[#b]/
// Variable assignment
assignment: variable "=" (list | pitch_class | random_integer | random_pitch | cycle | list_op)
assignment: variable ass_op (list | pitch_class | random_integer | random_pitch | cycle | list_op)
ass_op: /[=~]/
variable: /[A-Z]/
// Durations