21 lines
477 B
Markdown
21 lines
477 B
Markdown
#About
|
|
|
|
This is a largely manual attempt(with much assistance from
|
|
[Pandoc][pandoc]) to convert the
|
|
[Bluespec Haskell/Classic LaTeX docs][bhdocs] to an online
|
|
readable markdown format.
|
|
|
|
If you find any errors, please reach out to me at
|
|
[yehowshua@joyofhardware.com](mailto:yehowshua@joyofhardware.com)
|
|
|
|
Docs are hosted at https://bluespec.dev.
|
|
|
|
# Building
|
|
|
|
```
|
|
zola build
|
|
```
|
|
|
|
[pandoc]: https://pandoc.org
|
|
[bhdocs]: https://github.com/B-Lang-org/bsc/tree/main/doc/BH_ref_guide
|