1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00
semantic/semantic-core
2019-10-28 13:26:15 -04:00
..
src/Core Derive the RightModule instance for Core. 2019-10-28 13:26:15 -04:00
test Add generator for .? (this kills the crab^Wtests). 2019-10-23 12:24:35 -04:00
LICENSE Copy in the semantic-core sources. 2019-06-03 11:34:15 -04:00
README.md Mention v2- instead of new-. 2019-10-10 14:42:19 -04:00
semantic-core.cabal Rename Core.Core.* to Core.*. 2019-10-11 13:50:40 -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 v2-build:

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