robrix / Madness

Recursive Descent Into Madness
MIT License
291 stars 17 forks source link

Dc postfix repetition sugar #57

Closed davidcairns closed 9 years ago

davidcairns commented 9 years ago

For issue #53: I’ve implemented the + and * postfix operators for strings, as well as tests for them. Do you want implementations for the other literals? Or maybe Either?

robrix commented 9 years ago

I think this is a really fantastic start, thank you!

robrix commented 9 years ago

Do you want implementations for the other literals? Or maybe Either?

This is more than enough for now—we can add the others in if and when we want to use them :smile:

robrix commented 9 years ago

:shipit: — thanks again @davidcairns! :bow: