1
1
mirror of https://github.com/github/semantic.git synced 2024-11-27 12:57:49 +03:00
semantic/semantic-core
Patrick Thomson 79fa92e9e6 Bump minimum base version to 4.12.0.0.
This should hopefully provide a more informative error message when
someone attempts to build the project with too old of a GHC.
2019-06-05 10:38:51 -04:00
..
src Address @robrix's suggestions. 2019-06-04 14:19:35 -04:00
test Enable tests. 2019-06-04 11:26:42 -04:00
LICENSE Copy in the semantic-core sources. 2019-06-03 11:34:15 -04:00
README.md Copy in the semantic-core sources. 2019-06-03 11:34:15 -04:00
semantic-core.cabal Bump minimum base version to 4.12.0.0. 2019-06-05 10:38:51 -04:00
Setup.hs Copy in the semantic-core sources. 2019-06-03 11:34:15 -04:00

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:

cabal new-build # build the library
cabal new-repl  # load the package into ghci
cabal new-test  # build and run the doctests