pblasser / shbobo

USB synthesizer controllers and their source
MIT License
37 stars 6 forks source link

symbol for car not in symbol list l.313 #8

Closed eclectics closed 3 years ago

eclectics commented 3 years ago

\" (car) isn't in the symbol list on l.313, so <" [1 2 3]> returns " undefined

Adding it to the symbol list and recompiling seems to work fine.

pblasser commented 3 years ago

now it has this symbol: " for car, : for cdr. @" for setcar, @: for setcdr and it is compiled on the mac thanks.