mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Parsing, analyzing, and comparing source code across many languages
af1f95f1d3
This code was based on code I wrote for the reprinter, which had different correctness constraints than does the tagging system: specifically, the tagging code does not fail, as there is a recoverable result even if we get pathological input. As such, there's no need to wrap this in an Either that is always Right. |
||
---|---|---|
.licenses/semantic/cabal | ||
app | ||
bench | ||
bin | ||
notices | ||
proto/semantic/api/v1 | ||
script | ||
src | ||
test | ||
vendor | ||
.ghci | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.hlint.yaml | ||
.hspec | ||
.stylish-haskell.yaml | ||
semantic.cabal | ||
Setup.hs |