1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 20:31:55 +03:00
Commit Graph

31037 Commits

Author SHA1 Message Date
Rob Rix
a960957a3b
Define Ruby.Term at * -> *. 2019-10-18 15:33:14 -04:00
Rob Rix
4429055323
🔥 SomeAnalysisParser. 2019-10-18 15:18:14 -04:00
Rob Rix
9e3e383493
Use SomeParser instead of SomeAnalysisParser. 2019-10-18 15:16:17 -04:00
Rob Rix
04b922c014
Factor the language reification out of SomeAnalysisParser. 2019-10-18 15:13:37 -04:00
Rob Rix
a350eda24d
Don’t bind a variable for the parse function. 2019-10-18 15:05:42 -04:00
Rob Rix
e0115a8579
🔥 a kind signature. 2019-10-18 15:02:19 -04:00
Rob Rix
3dcc0de5b2
Facror the common part of runGraph out. 2019-10-18 15:00:41 -04:00
Rob Rix
3b2bda990f
Only bind the parser once. 2019-10-18 14:58:37 -04:00
Rob Rix
e7bca7c62a
Type applications. 2019-10-18 14:51:36 -04:00
Rob Rix
e0507e1323
🔥 EvalTerm. 2019-10-18 14:49:29 -04:00
Rob Rix
ddb708840f
Move a bunch of assumptions to EvalTerm. 2019-10-18 14:47:00 -04:00
Rob Rix
298d584c29
Define a single instance of AnalyzeTerm. 2019-10-18 14:39:22 -04:00
Rob Rix
bef3ca1ed8
Generalize EvalTerm to * -> *. 2019-10-18 14:37:55 -04:00
Rob Rix
70f33d45ef
Generalize everything over AnalyzeTerm. 2019-10-18 14:35:29 -04:00
Rob Rix
f9f6801b0d
🔥 AnalysisClasses. 2019-10-18 14:35:16 -04:00
Rob Rix
d83a19f703
Define an AnalyzeTerm instance for Quieterm. 2019-10-18 14:34:46 -04:00
Rob Rix
a6cce41d76
Define a VertexDeclaration instance for Quieterm. 2019-10-18 14:34:38 -04:00
Rob Rix
4d9043a8da
Sort the context. 2019-10-18 14:31:03 -04:00
Rob Rix
42a0ef63d2
Generalize SomeAnalysisParser over the term type. 2019-10-18 14:22:57 -04:00
Rob Rix
c32bcc884f
Define an AnalyzeTerm instance. 2019-10-18 14:22:42 -04:00
Rob Rix
2b000639b3
🔥 evaluateTerm. 2019-10-18 14:22:01 -04:00
Rob Rix
d9b78fae6b
Abstract evalTerm over a class. 2019-10-18 14:15:01 -04:00
Rob Rix
731173fc48
Define a class of terms that can be analyzed. 2019-10-18 14:08:50 -04:00
Rob Rix
95abbb3ce1
Generalize parsePythonPackage over the term type. 2019-10-18 13:56:32 -04:00
Rob Rix
7b9b1ecd2e
Generalize runCallGraph over the term type. 2019-10-18 13:54:46 -04:00
Rob Rix
000f127ff2
VertexDeclarations takes * -> *. 2019-10-18 13:47:40 -04:00
Rob Rix
1a99c7fc7f
Abstract graphingTerms over the term type. 2019-10-18 13:44:50 -04:00
Rob Rix
337ef7fac2
Split VertexDeclaration into base and lifted classes. 2019-10-18 13:43:06 -04:00
Rob Rix
2e8e65a13b
Rename VertexDeclaration to VertexDeclaration1. 2019-10-18 13:32:15 -04:00
Rob Rix
1a0943c5a0
Generalize withTermSpans. 2019-10-18 13:26:33 -04:00
Rob Rix
65e5db5d81
Avoid obscuring the specialization to Term. 2019-10-18 13:23:52 -04:00
Rob Rix
b8ed4c9b22
Use V1 instead of Maybe just in case. 2019-10-18 13:18:30 -04:00
Rob Rix
30b0f31020
Simplify VertexDeclaration to avoid the extra type parameter. 2019-10-18 13:18:02 -04:00
Rob Rix
5d3d0b6599
Alignment. 2019-10-18 13:01:30 -04:00
Rob Rix
055274fd78
🔥 Semantic.Util.Disabled. 2019-10-18 12:57:52 -04:00
Rob Rix
338df8935e
🔥 Semantic.REPL. 2019-10-18 12:57:26 -04:00
Rob Rix
11d052f594
Fix an elided reference. 2019-10-18 12:45:17 -04:00
Rob Rix
e31f59ccda
Alignment. 2019-10-18 12:40:18 -04:00
Rob Rix
f119b444ff
Rename a parameter. 2019-10-18 12:28:13 -04:00
Rob Rix
b6f9fea37d
Use fromMaybes to define maybeBlobPair. 2019-10-18 12:26:50 -04:00
Rob Rix
41f38b1c59
Use Applicative to tidy up further. 2019-10-18 12:25:40 -04:00
Rob Rix
fecb0d8f1f
Use fromMaybes to clean up the FromJSON instance for BlobPair. 2019-10-18 12:25:09 -04:00
Rob Rix
fc93bb4b4d
Define a helper to construct an Edit from a pair of Maybes. 2019-10-18 12:24:44 -04:00
Rob Rix
cb3fa623b1
Alignment. 2019-10-18 12:20:32 -04:00
Rob Rix
1bdf9ff63a
Alignment. 2019-10-18 12:19:02 -04:00
Rob Rix
c80af0fc21
🔥 mergeEditWith. 2019-10-18 12:18:47 -04:00
Rob Rix
1d72bfe0ef
📝 mergeEdit. 2019-10-18 12:17:34 -04:00
Rob Rix
f140d97d23
Fix the docs for edit. 2019-10-18 12:16:26 -04:00
Rob Rix
6722f2f9da
Fix docs. 2019-10-18 12:15:20 -04:00
Rob Rix
84a448ad4f
Simplify the Bitraversable instance. 2019-10-18 12:14:47 -04:00