@hackage language-bluespec0.1
An implementation of the Bluespec Haskell AST
Categories
License
BSD-3-Clause
Maintainer
Ryan Scott <rscott@galois.com>
Links
Versions
- 0.1 Thu, 27 Mar 2025
Installation
Tested Compilers
Dependencies (5)
- base >=4.12 && <5
- containers >=0.1 && <0.8
- integer-gmp
- pretty >=1.1.2 && <1.2
- text >=0.1 && <2.2 Show all…
Dependents (1)
@hackage/copilot-bluespec
language-bluespec
This package contains an implementation of the Bluespec AST. In particular, this implements the Bluespec Haskell (BH) syntax, also known as Bluespec Classic. We may add support for the Bluespec SystemVerilog (BSV) syntax at a later date.
To our knowledge, there is no formal grammar that describes the syntax of BH or BSV, so this package is based off of the code in the Bluespec compiler. Although the Bluespec compiler is written in Haskell, it is not particularly simple to depend on the compiler as a library, so this package exists to extract out the relevant compiler code into a simple-to-use library.