Skip to content

A modular happy extension providing a recursive ascent-descent backend

Notifications You must be signed in to change notification settings

knothed/happy-rad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A modular happy extension providing a recursive ascent-descent backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published