Closed mewmew closed 7 years ago
I think you just need to regenerate, but then I approve.
I think you just need to regenerate, but then I approve.
Regenerated.
And thanks Walter! I'm impressed by your response time :)
I love that you have added a Travis check to diff the output using "make regenerate". Forgot you had implemented that CI feature a while back. Very glad to see it in action!
Well response time is because I am at home trying to do some haskell parsec :) I approve. You can merge this. I love automated builds approvals for pull requests.
haskell parsec
Oh, lovely!!
Haha, now I feel jealous. I do believe the Haskell type system was meant for writing ASTs and the like, while in Go, you have to jump through hoops to make it behave.
Yes well with Parsec you have to constantly think about LL(1) or other lookahead. Its not ideal, but pretty cool for building the ast. I still prefer gocc, but gocc could be faster if the go type system was less naive and gocc didn't have to do type assertions the whole time.
Fixes #44.