1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00
Parsing, analyzing, and comparing source code across many languages
Go to file
Rick Winfrey 646e1c3459 Be explicit about each identifier type
I went through a lot of trouble to make every identifier parsed in `tree-sitter-haskell` as accurate as possible (i.e. type variable identifier vs constructor identifier vs type class identifier). This enables us to keep those distinctions with assignment at the cost of adding more constructors.
2018-06-08 12:05:17 -07:00
app Rename SemanticCmdLine to Semantic.CLI. 2017-11-27 11:57:27 -05:00
bench Fix benchmarks. 2018-05-04 13:49:37 -04:00
bin Keep a bin directory around for deployments 2016-02-02 13:50:07 -06:00
preludes Don't break tests (yet) 2018-05-16 10:58:21 -07:00
script No more script/run 2018-05-18 15:57:21 -07:00
src Be explicit about each identifier type 2018-06-08 12:05:17 -07:00
test Be explicit about each identifier type 2018-06-08 12:05:17 -07:00
vendor Bump haskell-tree-sitter 2018-06-08 11:02:24 -07:00
.ghci fix conflicts with new haskell additions 2018-05-31 15:32:10 -07:00
.gitattributes Treat the licenses dir as vendored. 2017-08-15 10:49:51 -04:00
.gitignore Ignore codex.tags files 2018-05-24 12:43:13 -04:00
.gitmodules Add the proto3-suite and proto3-wire repos back as submodules; 2018-05-24 12:54:17 -04:00
.hspec Add .hspec for depths default, make sure hspec version supports 2017-02-17 08:27:51 -08:00
.stylish-haskell.yaml Make typeapplications a default extension 2018-03-26 12:00:19 -04:00
HLint.hs Add a hint about maybeM. 2018-05-30 10:37:16 -04:00
semantic.cabal Merge Control.Abstract.Configuration into Control.Abstract.Heap. 2018-06-06 08:04:58 -04:00
semantic.proto Remove dupe Span and Pos 2018-05-31 11:26:01 -04:00
Setup.hs Use the simple build type. 2017-07-23 10:34:30 -04:00
types.proto This should fix the issues associated with off-by-ones 2018-06-04 17:55:49 -04:00