language-bluespec

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.


Keywords
language, library, Propose Tags, Bluespec, https://github.com/B-Lang-org/bsc, Skip to Readme, , Index, Quick Jump, Language.Bluespec.Classic.AST, Language.Bluespec.Classic.AST.Builtin.FStrings, Language.Bluespec.Classic.AST.Builtin.Ids, Language.Bluespec.Classic.AST.Builtin.Types, 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.Lex, Language.Bluespec.Pretty, language-bluespec-0.1.tar.gz, browse, Package description, Package maintainers, ryanglscott, galoisinc, edit package information , Bluespec compiler
License
BSD-3-Clause
Install
cabal install language-bluespec-0.1

Documentation

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.