Timothy Clem
|
f26ef5a59a
|
Merge branch 'master' of github.com:github/semantic-diff into integrate-abstract-interpretation
|
2017-12-20 09:04:55 -08:00 |
|
Timothy Clem
|
c7f164dffe
|
Leave out the symbolic interpreter for now
|
2017-12-20 08:57:18 -08:00 |
|
joshvera
|
99d9b7c97a
|
Merge master into 🔥-monolithic-syntax
|
2017-12-19 13:09:30 -05:00 |
|
Timothy Clem
|
859aa731a5
|
Merge branch 'master' into integrate-abstract-interpretation
|
2017-12-18 13:52:10 -08:00 |
|
Rob Rix
|
a112fca6f3
|
Merge branch 'master' into 🔥-monolithic-syntax
|
2017-12-18 15:07:00 -05:00 |
|
Timothy Clem
|
58ebcbfb00
|
Add IdentifierName decorator
|
2017-12-12 11:32:12 -08:00 |
|
Rick Winfrey
|
3028946612
|
Define a default method for the CustomHasCyclomaticComplexity typeclass
|
2017-12-11 15:39:41 -08:00 |
|
Rick Winfrey
|
cda1779d64
|
Update comment
|
2017-12-11 14:29:30 -08:00 |
|
Timothy Clem
|
88700608b6
|
Formatting and linting
|
2017-12-01 16:34:36 -08:00 |
|
Timothy Clem
|
5ba411c538
|
Needed to evalute?
|
2017-12-01 14:20:30 -08:00 |
|
Rick Winfrey
|
21024a0506
|
🔥 unnecessary language extensions
|
2017-12-01 13:36:32 -08:00 |
|
Rick Winfrey
|
7ee4b04c1f
|
Update CyclomaticComplexity
|
2017-12-01 13:00:30 -08:00 |
|
Rick Winfrey
|
e7a5e88d5e
|
First pass updating CyclomaticComplexity
|
2017-12-01 11:39:04 -08:00 |
|
Rob Rix
|
3652fd2c63
|
Rename the live set functions uniquely.
|
2017-12-01 14:33:41 -05:00 |
|
Rob Rix
|
67f8aedc50
|
Use Live to represent root sets.
|
2017-12-01 14:30:05 -05:00 |
|
Rick Winfrey
|
df52854ef0
|
Merge branch 'master' into cyclomatic-complexity-decorator
|
2017-12-01 11:23:15 -08:00 |
|
Timothy Clem
|
89dcf0fe61
|
Don't allow evaluating to Type after all
Evaluating to types should always use evalCache rather than evaluate. Using evaluate will infinite loop on recursive programs. - @robrix
|
2017-12-01 10:03:02 -08:00 |
|
Timothy Clem
|
5862a73334
|
Evaluation to Types requires NonDetEff and Fresh Effects
|
2017-12-01 09:21:08 -08:00 |
|
Rob Rix
|
45d73dec35
|
Use Pointed & Monoid instead of IsList.
|
2017-11-30 20:04:00 -05:00 |
|
Rob Rix
|
1543a019f2
|
Clean up the dead evaluator’s LANGUAGE pragmas.
|
2017-11-30 19:58:44 -05:00 |
|
Rob Rix
|
9cfad1d275
|
Clean up the tracing evaluator’s LANGUAGE pragmas.
|
2017-11-30 19:58:08 -05:00 |
|
Rob Rix
|
f42c2ef375
|
🔥 ev.
|
2017-11-30 19:56:44 -05:00 |
|
Rob Rix
|
a9e5619d6c
|
Break the dead evaluator’s dependency on the evaluator.
|
2017-11-30 19:56:21 -05:00 |
|
Rob Rix
|
a57a2c0d42
|
Simplify the Interpreter type synonym.
|
2017-11-30 19:54:16 -05:00 |
|
Rob Rix
|
16c663bfc9
|
Break the tracing evaluator’s dependency on the evaluator.
|
2017-11-30 19:53:55 -05:00 |
|
Rob Rix
|
51b8461be3
|
Abstract the tracing evaluators over the term type.
|
2017-11-30 19:49:26 -05:00 |
|
Rob Rix
|
0ac52c4fc3
|
Break the caching evaluator’s dependency on the evaluator.
|
2017-11-30 19:46:55 -05:00 |
|
Rob Rix
|
eb042b6032
|
Abstract the caching evaluator over the term type.
|
2017-11-30 19:44:43 -05:00 |
|
Rob Rix
|
d66540e574
|
Rename Abstract.Interpreter.Symbolic to Analysis.Abstract.Symbolic.
|
2017-11-30 19:42:41 -05:00 |
|
Rob Rix
|
c36c257618
|
Rename Abstract.Interpreter to Analysis.Abstract.Evaluating.
|
2017-11-30 19:41:34 -05:00 |
|
Rob Rix
|
0e309d54b4
|
Re-use ev in the Caching analysis.
|
2017-11-30 19:36:53 -05:00 |
|
Rob Rix
|
9f7c07a2c8
|
Re-use ev in the Dead analysis.
|
2017-11-30 19:36:05 -05:00 |
|
Rob Rix
|
2525992123
|
Move evCollect & evRoots into their own module.
|
2017-11-30 19:35:35 -05:00 |
|
Rob Rix
|
8f392661dd
|
Rename Abstract.Interpreter.Caching to Analysis.Abstract.Caching.
|
2017-11-30 19:27:26 -05:00 |
|
Rob Rix
|
ddecfc41e5
|
Extract MonadAddress into its own module.
|
2017-11-30 19:12:18 -05:00 |
|
Rob Rix
|
f1e5080c69
|
Rename Abstract.Interpreter.Tracing to Analysis.Abstract.Tracing.
|
2017-11-30 18:57:56 -05:00 |
|
Rob Rix
|
8d6676aebe
|
Rename Analysis.Abstract.Eval to Data.Abstract.Eval.
|
2017-11-30 18:51:15 -05:00 |
|
Rob Rix
|
4a64ede395
|
Rename Abstract.Interpreter.Dead to Analysis.Abstract.Dead.
|
2017-11-30 18:49:19 -05:00 |
|
Rob Rix
|
efbe6988cc
|
Rename Abstract.Value to Data.Abstract.Value.
|
2017-11-30 18:27:35 -05:00 |
|
Rob Rix
|
105eb793e1
|
Rename Abstract.FreeVariables to Data.Abstract.FreeVariables.
|
2017-11-30 18:02:14 -05:00 |
|
Rob Rix
|
536ea7e1b1
|
Rename Abstract.Environment to Data.Abstract.Environment.
|
2017-11-30 17:55:18 -05:00 |
|
Rob Rix
|
d3aacd96e6
|
Rename Abstract.Eval to Analysis.Abstract.Eval.
|
2017-11-30 17:51:38 -05:00 |
|
Rob Rix
|
4fe9c9ca52
|
Merge branch 'musical-modules' into 🔥-monolithic-syntax
|
2017-11-30 10:06:30 -05:00 |
|
Rob Rix
|
cbd02eab7b
|
Merge branch 'master' into musical-modules
|
2017-11-30 09:53:19 -05:00 |
|
Rob Rix
|
f1c4b58797
|
Merge branch 'musical-modules' into 🔥-monolithic-syntax
|
2017-11-28 11:59:38 -05:00 |
|
Rob Rix
|
4c974c31a3
|
Move syntaxDeclarationAlgebra & helpers down to match original source.
|
2017-11-28 09:58:55 -05:00 |
|
Rob Rix
|
41020b7eae
|
Extract the Declaration algebras into a new module.
|
2017-11-28 09:17:41 -05:00 |
|
Rob Rix
|
296569da6a
|
Clean up the LANGUAGE pragma for Analysis.Decorator.
|
2017-11-27 14:54:01 -05:00 |
|
Rob Rix
|
8454467b61
|
Move the cyclomatic complexity analysis into its own module.
|
2017-11-27 14:52:27 -05:00 |
|
Rob Rix
|
ae985ef4e5
|
Factor ConstructorName into its own module.
|
2017-11-27 14:45:13 -05:00 |
|