mirror of
https://github.com/github/semantic.git
synced 2024-11-28 18:23:44 +03:00
19 lines
484 B
Markdown
19 lines
484 B
Markdown
|
# semantic-core
|
|||
|
|
|||
|
Semantic core intermediate language (experimental)
|
|||
|
|
|||
|
|
|||
|
## Development
|
|||
|
|
|||
|
This project consists of a Haskell package named `semantic-core`. The library’s sources are in [`src`][].
|
|||
|
|
|||
|
Development of `semantic-core` is typically done using `cabal new-build`:
|
|||
|
|
|||
|
```shell
|
|||
|
cabal new-build # build the library
|
|||
|
cabal new-repl # load the package into ghci
|
|||
|
cabal new-test # build and run the doctests
|
|||
|
```
|
|||
|
|
|||
|
[`src`]: https://github.com/github/semantic/tree/master/semantic-core/src
|