Michael Howell 424e22c5fb Fix the "no-commas" example code
It translated `<e:T?>` into `e?`, when it should've been `T?`.

`<e:T?>` is a nonterminal bound to the name, `T?` is a nonterminal bound to no name, and `e?` is meaningless.
2017-10-01 21:25:10 -07:00
..
2017-06-16 15:49:05 -04:00
2017-06-16 15:49:05 -04:00
2017-06-16 15:49:05 -04:00
2017-10-01 21:25:10 -07:00