Patrick Thomson
|
386e8317dc
|
lint semantic-python
|
2019-10-21 14:09:20 -04:00 |
|
Patrick Thomson
|
2d4f4cb64a
|
Run hlint in Travis.
|
2019-10-21 14:09:02 -04:00 |
|
Patrick Thomson
|
fd06ccf462
|
Address hlint suggestions in semantic.
|
2019-10-21 14:08:24 -04:00 |
|
Patrick Thomson
|
f822bb15c6
|
Adjust hlint settings for a new (GHC 8.6+) universe.
|
2019-10-21 14:05:21 -04:00 |
|
Rob Rix
|
50d2c4520d
|
Merge pull request #349 from github/abstract-analysis-parsing
Abstract analysis parsing
|
2019-10-21 11:54:12 -04:00 |
|
Rob Rix
|
535c06d193
|
🔥 a redundant import.
|
2019-10-18 18:16:10 -04:00 |
|
Rob Rix
|
888a48e220
|
Undo some redundant changes.
|
2019-10-18 18:15:55 -04:00 |
|
Rob Rix
|
1b0d2f8758
|
Merge branch 'master' into abstract-analysis-parsing
|
2019-10-18 18:07:45 -04:00 |
|
Rob Rix
|
cc2df9de19
|
Merge pull request #347 from github/join-these-blobs-with-this-one-weird-trick
Compute ToCs over precise ASTs
|
2019-10-18 18:05:25 -04:00 |
|
Rob Rix
|
54c6948e44
|
Queswish!
Co-Authored-By: Patrick Thomson <patrickt@github.com>
|
2019-10-18 17:38:02 -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 |
|
Ayman Nadeem
|
44db35aba0
|
Merge pull request #243 from github/semantic-ast
semantic-ast
|
2019-10-18 11:52:15 -04:00 |
|
Ayman Nadeem
|
6c64e6eb99
|
Merge branch 'master' into semantic-ast
|
2019-10-18 11:27:02 -04:00 |
|
Ayman Nadeem
|
67760145e8
|
case over Format
|
2019-10-18 11:23:37 -04:00 |
|
Ayman Nadeem
|
1537f43fde
|
add Pretty constructor to Format
|
2019-10-18 11:23:23 -04:00 |
|
Ayman Nadeem
|
fb5132d43f
|
pull pretty-simple into semantic-ast
|
2019-10-18 11:23:01 -04:00 |
|