1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00
Parsing, analyzing, and comparing source code across many languages
Go to file
Timothy Clem 89dcf0fe61 Don't allow evaluating to Type after all
Evaluating to types should always use evalCache rather than evaluate. Using evaluate will infinite loop on recursive programs. - @robrix
2017-12-01 10:03:02 -08:00
app Rename SemanticCmdLine to Semantic.CLI. 2017-11-27 11:57:27 -05:00
bin Keep a bin directory around for deployments 2016-02-02 13:50:07 -06:00
script Don’t generate the ±A/B fixtures. 2017-08-15 09:30:50 -04:00
src Don't allow evaluating to Type after all 2017-12-01 10:03:02 -08:00
test Merge branch 'master' into musical-modules 2017-11-30 09:53:19 -05:00
vendor Fix the inadvertent rollback of effects. 2017-11-30 09:54:17 -05:00
.ghci Rename Parser to Parsing.Parser. 2017-11-27 13:24:45 -05:00
.gitattributes Treat the licenses dir as vendored. 2017-08-15 10:49:51 -04:00
.gitignore Ignore cabal-generated environment files. 2017-08-22 12:27:57 -04:00
.gitmodules Merge remote-tracking branch 'origin/master' into back-to-stack 2017-09-13 10:58:44 -04:00
.hspec Add .hspec for depths default, make sure hspec version supports 2017-02-17 08:27:51 -08:00
HLint.hs 🔥 the Free hints 2017-10-04 10:16:57 -04:00
ROADMAP.md Stub in a new roadmap file. 2017-08-15 10:54:28 -04:00
semantic-diff.cabal Rename Abstract.Interpreter to Analysis.Abstract.Evaluating. 2017-11-30 19:41:34 -05:00
Setup.hs Use the simple build type. 2017-07-23 10:34:30 -04:00
test.py Evaluation to Types requires NonDetEff and Fresh Effects 2017-12-01 09:21:08 -08:00