1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 18:23:44 +03:00
Commit Graph

32796 Commits

Author SHA1 Message Date
Patrick Thomson
dab1f4b734 Last few changes. 2020-01-29 13:11:38 -05:00
Patrick Thomson
aa8b789049 De-prologuify the Typescript syntax modules. 2020-01-29 13:04:07 -05:00
Patrick Thomson
ec990b4477 De-prologuify some Api modules. 2020-01-29 12:59:41 -05:00
Patrick Thomson
ee95a399b5 De-Prologue the Data.Syntax hierarchy. 2020-01-29 12:47:18 -05:00
Patrick Thomson
31e0ba5b32 :note: De-prologuify semantic-lib internals. 2020-01-29 12:41:14 -05:00
Patrick Thomson
a53495d3b4 Merge fallout. 2020-01-29 12:32:53 -05:00
Patrick Thomson
ce0f4335e1 Merge remote-tracking branch 'origin/master' into past-is-prologue 2020-01-29 12:31:02 -05:00
joshvera
c707d3e11f Merge remote-tracking branch 'origin/master' into function-scopes 2020-01-29 12:29:31 -05:00
Ayman Nadeem
4fbc601617 Depend on Language.Go.Grammar instead of TreeSitter.Go 2020-01-29 12:09:22 -05:00
Ayman Nadeem
8cd964b30a Create Grammar.hs 2020-01-29 12:08:48 -05:00
Ayman Nadeem
02420957f9 update TreeSitter.TypeScript to Language.TypeScript.Grammar 2020-01-29 11:56:52 -05:00
Ayman Nadeem
13774b2d09 Update semantic-typescript.cabal 2020-01-29 11:55:57 -05:00
Ayman Nadeem
94667d0bcd Create Grammar.hs 2020-01-29 11:55:47 -05:00
joshvera
d49a8e7631 warnings 2020-01-28 17:48:29 -05:00
Patrick Thomson
bd457a24d1
Merge pull request #430 from github/name-name-go-away
Consolidate Name modules into Analysis.Name.
2020-01-28 16:49:59 -05:00
Josh Vera
d9e4f42006
Merge branch 'master' into function-scopes 2020-01-28 16:41:50 -05:00
joshvera
46d3e91a73 fix tests and start initial scope from lowerBound/Fresh 1 2020-01-28 16:28:24 -05:00
Ayman Nadeem
82ec0115dc correctly nest file structure for ruby 2020-01-28 16:20:49 -05:00
Ayman Nadeem
a515410edc correctly nest file structure for python 2020-01-28 16:20:43 -05:00
Ayman Nadeem
364e8038e2 python and ruby grammars 2020-01-28 16:11:06 -05:00
Ayman Nadeem
6e5d372947 add ruby grammar 2020-01-28 16:10:55 -05:00
Ayman Nadeem
cec73b5fb1 upt to use new Python grammar 2020-01-28 16:10:35 -05:00
Ayman Nadeem
efe17d70b9 Add python grammar 2020-01-28 16:10:20 -05:00
Ayman Nadeem
6f308fdb57 Language.Python.Grammar 2020-01-28 16:09:29 -05:00
Ayman Nadeem
f5a444f60a Replace TreeSitter.Python with Language.Python.Grammar 2020-01-28 16:09:19 -05:00
Patrick Thomson
49efa8c8bc Fix the tests. 2020-01-28 15:51:07 -05:00
Patrick Thomson
b5179ff3e5 Need a lowerBound call here. 2020-01-28 15:30:00 -05:00
Patrick Thomson
9c251161d3 Merge fallout. 2020-01-28 15:14:39 -05:00
Patrick Thomson
953473088d Merge remote-tracking branch 'origin/master' into name-name-go-away 2020-01-28 15:07:05 -05:00
Rob Rix
2e9cd2c006
Merge pull request #439 from github/tower-of-babble
Remove Data.Blob.File in favor of Analysis.File and use semantic-source’s Language type.
2020-01-28 14:09:26 -05:00
Ayman Nadeem
4bb39cba96 change Data.Graph to Data.Graph.Algebraic 2020-01-28 13:25:59 -05:00
Ayman Nadeem
6f5e24cacc Merge branch 'master' into my-grate 2020-01-28 13:06:38 -05:00
Patrick Thomson
4c96c0b740 Un-wedge the cabal store 2020-01-28 13:04:56 -05:00
Patrick Thomson
9ecaeedcc3 Depend on newer semantic-source. 2020-01-28 12:42:42 -05:00
Ayman Nadeem
2a51c09abb Update TreeSitter.hs 2020-01-28 12:18:06 -05:00
Ayman Nadeem
ebaac0bdc9 Update Parser.hs 2020-01-28 12:18:05 -05:00
Ayman Nadeem
4d37cc2fc4 Update Test.hs 2020-01-28 12:18:03 -05:00
Rob Rix
0625e4c095
Merge pull request #442 from github/path-ological
Correct script/repl path to autogenerated sources.
2020-01-28 12:15:04 -05:00
Ayman Nadeem
69fd3e9cce Update GraphTest.hs 2020-01-28 12:15:04 -05:00
Ayman Nadeem
81bab4a9a3 Update TSX dependencies to reference AST.* instead of TreeSitter.* 2020-01-28 12:11:40 -05:00
Ayman Nadeem
9c39c4e0a4 Updata Java dependencies to reference AST.* instead of TreeSitter.* 2020-01-28 12:09:29 -05:00
Ayman Nadeem
56d89e9b4e Update JSON dependencies to reference AST.* instead of TreeSitter.* 2020-01-28 12:04:24 -05:00
Ayman Nadeem
82f3259c3d Update Ruby dependencies to reference AST.* instead of TreeSitter.* 2020-01-28 12:04:01 -05:00
Patrick Thomson
9dfe1a6b10 Bump the semantic-source version + update changelog. 2020-01-28 12:00:27 -05:00
Ayman Nadeem
9e6eab11cb Update TypeScript dependencies to reference AST.* instead of TreeSitter.* 2020-01-28 12:00:18 -05:00
Rob Rix
190b760597
Merge pull request #445 from github/linguistic-drift
Move Data.Language to semantic-source.
2020-01-28 11:56:47 -05:00
Patrick Thomson
51d7ab3624
Merge branch 'master' into linguistic-drift 2020-01-28 11:51:22 -05:00
Ayman Nadeem
5ff4b5d99d Update Python dependencies to reference AST.* instead of TreeSitter.* 2020-01-28 11:34:26 -05:00
Ayman Nadeem
08483e8280 Update Go dependencies to reference AST.* instead of TreeSitter.* 2020-01-28 11:34:11 -05:00
Ayman Nadeem
2cd3dd10b1 Update Main in semantic-ast to reference AST.Unmarshal 2020-01-28 11:33:29 -05:00