Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 589 Bytes

Readme.md

File metadata and controls

20 lines (13 loc) · 589 Bytes

happy-rad

This repository is a version of happy which uses a recursive ascent-descent backend as described in this bachelors thesis. It uses happy-lib to do .y-file parsing and processing and only uses a different backend for RAD code generation.

Building

Build via:

$ cabal build
$ cabal build -f -bootstrap

(depending on whether you want a bootstrapped happy (by default) or not), and perform the tests via:

$ cabal test
$ cabal test -f -bootstrap