mirror of
https://github.com/github/semantic.git
synced 2024-11-23 16:37:50 +03:00
ae46a7b105
The fact that `Name` was a simple alias for `Text` was creeping into the error messages I'm seeing in `semantic-python`, which was a bit of a buzzkill. This remedies that. |
||
---|---|---|
.. | ||
src | ||
test | ||
LICENSE | ||
README.md | ||
semantic-core.cabal | ||
Setup.hs |
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
:
cabal new-build # build the library
cabal new-repl # load the package into ghci
cabal new-test # build and run the doctests