mna / agora

a dynamically typed, garbage collected, embeddable programming language built with Go
https://github.com/mna/agora/wiki
BSD 3-Clause "New" or "Revised" License
324 stars 27 forks source link

Fix parsing of object with trailing brace on newline #15

Closed mna closed 10 years ago

mna commented 10 years ago

Currently, this doesn't parse:

obj := { key: val }

Also, allow trailing comma even for last key-val pair, as in Go.

mna commented 10 years ago

Fixed on next.