ccrma / webchuck-ide

A Web-Based Programming Sandbox for ChucK
https://chuck.stanford.edu/ide
MIT License
12 stars 2 forks source link

replace code button doesn't work #1

Closed terryzfeng closed 1 year ago

terryzfeng commented 1 year ago

weird replace comilation errors that are perfectly fine when you remove and then replace shread

/* Play a sine wave at 440Hz for 1 week */
SinOsc osc => dac;
440 => osc.freq;
1::week => now;
[<compiled.code>]:line(1).char(56): syntax error
terryzfeng commented 1 year ago

Fixed!