I'll collect here some parser quirks `Unexpected '.' or '['` for ``` candor a = [,1,2,3] ``` ``` candor a = [1,2,3,,] ```
I'll collect here some parser quirks
Unexpected '.' or '['for