1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00
Parsing, analyzing, and comparing source code across many languages
Go to file
Timothy Clem 79d1156ff7 Let operator assignment match all remaining expressions
Handles examples like:

a[1] ||=
  (
    break if c
    c = false
  )
2017-08-02 07:47:38 -07:00
app s/Semantic/SemanticCmdLine 2017-04-19 14:22:24 -07:00
bin Keep a bin directory around for deployments 2016-02-02 13:50:07 -06:00
languages ++tree-sitter-ruby for update for structure 2017-08-01 11:39:54 -07:00
script Fix up script/generate-example, no-index isn't a thing anymore 2017-05-03 14:07:16 -07:00
src Let operator assignment match all remaining expressions 2017-08-02 07:47:38 -07:00
test Rework for statement for new in clause 2017-08-01 11:40:56 -07:00
vendor Use freer-cofreer as a submodule. 2017-07-24 12:54:23 -04:00
.gitattributes Mark the test repos as vendored. 2016-05-03 13:49:40 -04:00
.gitignore 🔥 the ignoring of Xcode artifacts. 2017-08-01 09:12:41 -04:00
.gitmodules Use freer-cofreer as a submodule. 2017-07-24 12:54:23 -04:00
.hspec Add .hspec for depths default, make sure hspec version supports 2017-02-17 08:27:51 -08:00
HLint.hs Ingore redudant do (get this in specs a lot) 2017-06-21 13:49:12 -06:00
ROADMAP.md Add @joshvera’s estimate for the Enterprise task. 2017-05-18 11:32:23 -04:00
semantic-diff.cabal Merge branch 'master' into exit-status 2017-07-31 12:45:41 -07:00
Setup.hs Only prepend the relative paths inside the source dir if it exists. 2016-02-29 09:43:10 -05:00