1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 04:11:48 +03:00
Commit Graph

25480 Commits

Author SHA1 Message Date
Timothy Clem
b49adc41fe Move splice to data, allow config for translation 2018-08-17 09:10:14 -07:00
Josh Vera
46eace3c50 Merge pull request #2138 from github/auto-proto-gen
Generate protodefs for syntaxes
2018-08-17 12:02:14 -04:00
Josh Vera
03d22bf671 Merge branch 'master' into auto-proto-gen 2018-08-17 11:51:28 -04:00
Josh Vera
4f99f86ba8 Merge pull request #2139 from github/there-can-only-be-one-concrete-evaluator-newtype
Combine the concrete evaluator newtypes
2018-08-17 11:40:36 -04:00
Timothy Clem
5165d28090 Amazingly it complies! and still prettyprints 2018-08-16 17:05:57 -07:00
Timothy Clem
0cd96954d9 Clean up need for splice 2018-08-16 16:57:09 -07:00
Timothy Clem
f674e2dad1 WIP - translation with Eff interface 2018-08-16 16:51:07 -07:00
Ayman Nadeem
0e8bb70dfd Merge remote-tracking branch 'origin/master' into evaluatable-instances 2018-08-16 14:46:59 -04:00
Rob Rix
3f7a77c639 Merge branch 'master' into there-can-only-be-one-concrete-evaluator-newtype 2018-08-16 11:24:25 -04:00
Josh Vera
951692c3e0 Merge branch 'master' into auto-proto-gen 2018-08-16 11:23:04 -04:00
Josh Vera
7cf34d29c1 Merge pull request #2110 from github/interactive-debugger
Interactive debugger
2018-08-16 11:21:54 -04:00
joshvera
7ebdfa2c1a Merge remote-tracking branch 'origin/master' into interactive-debugger 2018-08-16 11:07:36 -04:00
Rob Rix
ff1185f937 Merge remote-tracking branch 'origin/bump-licensed-1.3.2' into interactive-debugger 2018-08-16 10:08:45 -04:00
Timothy Clem
600942dcf1 Fix up these tests 2018-08-15 14:01:58 -07:00
Timothy Clem
b39721ec4f Be consistent with 2 spaces for now 2018-08-15 14:01:53 -07:00
Timothy Clem
d5ac03c4a8 Comment out logging for tests 2018-08-15 14:01:44 -07:00
Timothy Clem
ec4d75ced3 Remove extra import and un-needed Language ext 2018-08-15 14:01:35 -07:00
Ayman Nadeem
dd6141908c add super 2018-08-15 16:52:34 -04:00
Timothy Clem
bd29d222e1 Merge branch 'master' into auto-proto-gen 2018-08-15 12:47:29 -07:00
Ayman Nadeem
a73916ecaa add instances for unsignedRShift for abstract, type-checking and concrete semantics 2018-08-15 15:40:25 -04:00
Ayman Nadeem
d932f069de evaluate unsignedRShift 2018-08-15 13:57:49 -04:00
Rob Rix
886a140881 Merge branch 'interactive-debugger' into there-can-only-be-one-concrete-evaluator-newtype 2018-08-15 13:53:01 -04:00
Rob Rix
ac94df12c2 Merge branch 'master' into interactive-debugger 2018-08-15 13:52:43 -04:00
Timothy Clem
9de677ecc5 Merge pull request #2137 from github/change-port
Change default port from 8080 to 8001
2018-08-15 10:40:03 -07:00
Rob Rix
90b29a39ab Add a missing import. 2018-08-15 12:08:15 -04:00
Rob Rix
358b8cc564 Replace UtilEff with ConcreteEff. 2018-08-15 11:55:45 -04:00
Rob Rix
ff31962bd7 Infer the presence of the graph effect. 2018-08-15 11:54:52 -04:00
Rob Rix
ed3189d828 Reformat a couple of signatures. 2018-08-15 11:54:14 -04:00
Rob Rix
c4e94f0d80 🔥 some redundant quantifiers. 2018-08-15 11:53:43 -04:00
Rob Rix
9af75f3f85 Infer the remaining effects. 2018-08-15 11:53:15 -04:00
Rob Rix
30627fa518 Move the graph state outside the heap state. 2018-08-15 11:52:48 -04:00
Rob Rix
4d08e47cf0 Move the Reader effects to the head of UtilEff. 2018-08-15 11:49:21 -04:00
Rob Rix
bb021d404a Use the ModuleEffects synonym in UtilEff. 2018-08-15 11:47:43 -04:00
Rob Rix
6e71a76402 Use the ValueEffects synonym in UtilEff. 2018-08-15 11:47:15 -04:00
Rob Rix
e340bfefe1 Factor a list of effects out of ConcreteEff. 2018-08-15 11:46:22 -04:00
Rob Rix
7f423daec4 Rename ImportGraphEff to ConcreteEff. 2018-08-15 11:40:30 -04:00
Rob Rix
93d79dfd30 Use ModuleEffects in ImportGraphEff. 2018-08-15 11:33:30 -04:00
Rob Rix
c04fc7d048 Use ValueEffects in ImportGraphEff. 2018-08-15 11:32:57 -04:00
Rob Rix
263b068984 Define a synonym for the value effects. 2018-08-15 11:32:05 -04:00
Rob Rix
d74812dbd2 Define a synonym for the module-level effects. 2018-08-15 11:31:08 -04:00
Ayman Nadeem
d6ccb36515 lol just kidding complement is fine 2018-08-15 11:24:49 -04:00
Rob Rix
224a4e206f Merge branch 'master' into fix-abstract-semantics 2018-08-15 09:48:08 -04:00
Rob Rix
4d29fc87f3 Merge branch 'master' into change-port 2018-08-15 09:33:23 -04:00
Rob Rix
8bc3951021 Merge pull request #2136 from github/one-for-the-money,-two-for-the-show
(Further) customized Show instances for Bindings/Heap
2018-08-15 09:33:06 -04:00
Timothy Clem
6d4c4bc09c Regen protos, slight ordering differences 2018-08-14 18:16:09 -07:00
Ayman Nadeem
79ede5aaf4 this is wrong, but I'm trying to add an evaluatable instance for complement 2018-08-14 20:39:19 -04:00
Ayman Nadeem
0d6b5ea0f1 shift right 2018-08-14 20:15:43 -04:00
Rick Winfrey
1665df55aa Merge branch 'master' into interactive-debugger 2018-08-14 15:04:02 -07:00
Timothy Clem
f0172cdc2d No record fields here 2018-08-14 14:18:48 -07:00
Timothy Clem
429026e97e No need to emit Control Strategy tokens, strategy in Reader 2018-08-14 14:16:52 -07:00