language-bluespec: An implementation of the Bluespec Haskell AST
This package contains an implementation of the Bluespec language's 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 <https://github.com/B-Lang-org/bsc 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.
[Skip to Readme]
Modules
[Index] [Quick Jump]
- Language
- Bluespec
- Classic
- Language.Bluespec.Classic.AST
- Builtin
- Language.Bluespec.Classic.AST.FString
- Language.Bluespec.Classic.AST.Id
- Language.Bluespec.Classic.AST.IntLit
- Language.Bluespec.Classic.AST.Literal
- Language.Bluespec.Classic.AST.Position
- Language.Bluespec.Classic.AST.Pragma
- Language.Bluespec.Classic.AST.SString
- Language.Bluespec.Classic.AST.SchedInfo
- Language.Bluespec.Classic.AST.Syntax
- Language.Bluespec.Classic.AST.Type
- Language.Bluespec.Classic.AST.Undefined
- Language.Bluespec.Classic.AST.VModInfo
- Language.Bluespec.Classic.AST
- Language.Bluespec.Lex
- Language.Bluespec.Pretty
- Classic
- Bluespec
Downloads
- language-bluespec-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.12 && <5), containers (>=0.1 && <0.7), integer-gmp, pretty (>=1.1.2 && <1.2), text (>=0.1 && <2.2) [details] |
Tested with | ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.2, ghc ==9.4.8, ghc ==9.6.4, ghc ==9.8.1 |
License | BSD-3-Clause |
Copyright | (C) 2020-2022 Bluespec Inc., (C) 2022 Galois, Inc. |
Author | Galois, Inc. |
Maintainer | Ryan Scott <rscott@galois.com> |
Category | Language |
Home page | https://github.com/GaloisInc/language-bluespec |
Bug tracker | https://github.com/GaloisInc/language-bluespec/issues |
Source repo | head: git clone https://github.com/GaloisInc/language-bluespec |
Uploaded | by ryanglscott at 2024-02-08T13:09:43Z |
Distributions | NixOS:0.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 80 total (9 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2024-02-08 [all 1 reports] |