v 2.2 Updated: 2 months, 4 weeks ago
A parser generator for Haskell
Happy is a parser generator for Haskell. Given a grammar specification in BNF, Happy generates Haskell code to parse the grammar. Happy works in a similar way to the yacc tool for C.
https://github.com/simonmar/happy
To install happy, paste this into the macOS Terminal after installing MacPorts
sudo port install happy
| Installations | 81 |
| Requested Installations | 8 |