1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00
semantic/semantic-core
Patrick Thomson 60fa4c82ab Add Data.Loc.fromTSSpan.
We'll probably change this so that Unmarshal can do this for us, but
this implementation will suffice for now.
2019-09-18 11:50:53 -04:00
..
src Add Data.Loc.fromTSSpan. 2019-09-18 11:50:53 -04:00
test Rename User to Name. 2019-08-06 11:18:54 -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 Add Data.Loc.fromTSSpan. 2019-09-18 11:50:53 -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