1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00
semantic/semantic-core/README.md
2019-06-03 11:34:15 -04:00

19 lines
484 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# semantic-core
Semantic core intermediate language (experimental)
## Development
This project consists of a Haskell package named `semantic-core`. The librarys 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