Dear Open Hub Users,
We’re excited to announce that we will be moving the Open Hub Forum to
https://community.blackduck.com/s/black-duck-open-hub.
Beginning immediately, users can head over,
register,
get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.
On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at
info@openhub.net
Hello..
I totally new to happy and I cannot manage to run a happy example. I downloaded Calc.ly example from the following link
http://darcs.haskell.org/happy/examples/
I run happy on the example and succesfully created the Calc.hs file. In Haskell,hugs I can load the Calc.hs file and at the console I have Calc> name, meaning that the program was loaded.
As I understood the grammar it should be a minicalculator.
What I could not manage to do is how an expression should be written? (a simple expression like - 1+2)
Please help