edwadli / note-hashtag

3 stars 0 forks source link

parser: Using operator@ in music array literal shouldn't need parens #130

Closed kevin1 closed 8 years ago

kevin1 commented 8 years ago

Syntax error: x = [ 1 2 3 4@1 ]

Note: x = [ 1 2 3 (4@1) ] works but causes c++ errors, so this is blocked by #129

Syntax error: x = [ 1 2 3 0.5:4 ]

This should be tested in array_music_pitch when it's fixed

edwadli commented 8 years ago

I think zip operator returns track

kevin1 commented 8 years ago

Ah, you're right. Fixed.