1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00
Commit Graph

32735 Commits

Author SHA1 Message Date
Ayman Nadeem
24cea64644 remove unnecessary qualifier 2020-02-03 16:14:14 -05:00
Ayman Nadeem
5b8c7fdbaf Create Examples.hs 2020-02-03 14:11:52 -05:00
Ayman Nadeem
c2b94456b6 AST.Marshal ftw 2020-02-03 12:29:13 -05:00
Ayman Nadeem
3aa65bd2d5 leave a note talking about movement 2020-02-03 12:28:58 -05:00
Ayman Nadeem
7ee9da344d change TreeSitter.* to AST.* 2020-02-03 12:20:49 -05:00
Ayman Nadeem
59eaa42e89 Update Unmarshal location 2020-02-03 12:20:26 -05:00
Ayman Nadeem
69e7cfd352 Update GenerateSyntax location 2020-02-03 12:20:11 -05:00
Ayman Nadeem
4a3bfdc9a4 Update Deserialize location 2020-02-03 12:17:00 -05:00
Ayman Nadeem
434b7391e8 add code-gen docs to adding-new-languages.md 2020-02-03 12:12:48 -05:00
Ayman Nadeem
3f27722a63 Update adding-new-languages.md 2020-02-03 11:57:20 -05:00
Ayman Nadeem
048e6c54fd Create README.md 2020-02-03 11:47:13 -05:00
Ayman Nadeem
8592d531c1 bump v5 to v6 to fix cabal store bug 2020-02-03 10:20:27 -05:00
Ayman Nadeem
886962199e add TSX grammar 2020-02-03 10:19:40 -05:00
Ayman Nadeem
603f3c6130 add semantic-json to semantic.cabal test-suite 2020-02-02 09:06:43 -05:00
Ayman Nadeem
debaf51d7f import of ‘Data.ImportPath’ is redundant 2020-01-31 16:09:45 -05:00
Ayman Nadeem
4a10964a01 Update Diffs.hs 2020-01-31 15:56:28 -05:00
Ayman Nadeem
c5a2c1f835 Update Terms.hs 2020-01-31 15:55:30 -05:00
Ayman Nadeem
c318e29326 change name from Data.Graph to Data.Graph.Algebraic 2020-01-31 15:50:57 -05:00
Ayman Nadeem
3f2396ee8c change name from Data.Graph to Data.Graph.Algebraic 2020-01-31 15:50:53 -05:00
Ayman Nadeem
611301b3bb get rid of prologue 2020-01-31 15:50:05 -05:00
Ayman Nadeem
894dcb4897 include semantic-codegen in common stanza of semantic.cabal 2020-01-31 15:33:44 -05:00
Ayman Nadeem
ceaff3555f Update semantic-python.cabal 2020-01-31 15:17:39 -05:00
Ayman Nadeem
e4805a96b2 Update semantic-python.cabal 2020-01-31 15:16:18 -05:00
Ayman Nadeem
ab6331f800 Language.Ruby.Grammar not TreeSitter.Ruby 2020-01-31 15:01:47 -05:00
Ayman Nadeem
de4d3e7681 Update Grammar.hs 2020-01-31 14:46:48 -05:00
Ayman Nadeem
abad239511 correct file 2020-01-31 13:58:11 -05:00
Ayman Nadeem
d1066dc169 Update semantic-java.cabal 2020-01-31 12:19:55 -05:00
Ayman Nadeem
70c86a1366 Update semantic-tsx.cabal 2020-01-31 11:49:08 -05:00
Ayman Nadeem
51aa8587e8 add -Wno-missing-deriving-strategies to semantic-json and semantic-java 2020-01-31 11:27:09 -05:00
Ayman Nadeem
aba376a037 add ‘directory’ to the build-depends 2020-01-31 11:06:13 -05:00
Ayman Nadeem
6957d7d624 oops forgot fused-effects 2020-01-31 10:50:55 -05:00
Ayman Nadeem
47737f6475 remove extra bytestring 2020-01-31 10:50:34 -05:00
Ayman Nadeem
09d54aa5ae change base version 2020-01-31 10:40:08 -05:00
Ayman Nadeem
9f6f5cbfc8 bump cabal version 2020-01-31 10:32:35 -05:00
Ayman Nadeem
75389e0a3a add semantic-codegen to script/ghci-flags 2020-01-31 10:27:27 -05:00
Ayman Nadeem
8abc747c46 update docs 2020-01-31 10:25:53 -05:00
Ayman Nadeem
37c759e4da add semantic-codegen to cabal.project.ci 2020-01-31 10:25:41 -05:00
Ayman Nadeem
f96572aa29 add semantic-codegen to cabal.project 2020-01-31 10:25:28 -05:00
Ayman Nadeem
9c31c3fcf8 change all semantic-LANG cabal files to depend on semantic-codegen instead of semantic-ast 2020-01-30 17:44:09 -05:00
Ayman Nadeem
a6cbd07c4c semantic-codegen can not rely on semantic-python 2020-01-30 17:36:19 -05:00
Ayman Nadeem
eab2503e1f remove all codegen dependencies from semantic-ast 2020-01-30 17:36:06 -05:00
Ayman Nadeem
f46e6f0bc5 remove all codegen modules from semantic-ast.cabal 2020-01-30 17:35:51 -05:00
Ayman Nadeem
85f751fc6c Move codegen files into semantic-codegen from semantic-ast 2020-01-30 17:34:31 -05:00
Ayman Nadeem
fd227b869a Update semantic-codegen.cabal 2020-01-30 17:23:00 -05:00
Ayman Nadeem
6238e13d17 Create semantic-codegen 2020-01-30 17:11:12 -05:00
Ayman Nadeem
61e7155fb3 add semantic-ast to semantic-LANG library dependencies 2020-01-30 16:48:35 -05:00
Ayman Nadeem
0095b80ff8 bring addDependentFileRelative into scope for all Grammar files 2020-01-30 13:49:19 -05:00
Ayman Nadeem
2d2ba3c819 Update semantic-ast.cabal 2020-01-30 13:45:26 -05:00
Ayman Nadeem
42cfbab4ed Create TH.hs 2020-01-30 13:44:31 -05:00
Ayman Nadeem
5f4d11bdf1 change function name 2020-01-30 13:44:27 -05:00