Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Character literals are not interpreted #24

Closed
gusano opened this issue Apr 16, 2017 · 1 comment
Closed

Character literals are not interpreted #24

gusano opened this issue Apr 16, 2017 · 1 comment

Comments

@gusano
Copy link
Member

gusano commented Apr 16, 2017

Character literals are not escaped and therefore not passed to sc interpreter:

x = $a

// -> nil

x = [ $1, $a ]

// ERROR: syntax error, unexpected ',', expecting ']'
//   x = [ ,  ]
//         ^

Also kinda related: supercollider/supercollider#2660

@dvzrv
Copy link
Member

dvzrv commented May 25, 2017

Related: supercollider/supercollider#2887

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants