Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extended syntax: Created By #47

Merged
merged 8 commits into from
Oct 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion grin/grin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ library
AbstractInterpretation.ExtendedSyntax.ReduceCpp
AbstractInterpretation.ExtendedSyntax.Reduce
AbstractInterpretation.ExtendedSyntax.Util
AbstractInterpretation.ExtendedSyntax.CreatedBy.Result
AbstractInterpretation.ExtendedSyntax.CreatedBy.Readback
AbstractInterpretation.ExtendedSyntax.CreatedBy.Util
AbstractInterpretation.ExtendedSyntax.CreatedBy.CodeGen
AbstractInterpretation.ExtendedSyntax.CreatedBy.CodeGenBase
AbstractInterpretation.ExtendedSyntax.CreatedBy.Pretty
AbstractInterpretation.ExtendedSyntax.EffectTracking.CodeGenBase
AbstractInterpretation.ExtendedSyntax.EffectTracking.CodeGen
AbstractInterpretation.ExtendedSyntax.EffectTracking.Pretty
Expand Down Expand Up @@ -124,9 +130,9 @@ library
Test.Test
Test.Util
Test.ExtendedSyntax.Assertions
Test.ExtendedSyntax.Util
Test.ExtendedSyntax.Old.Grammar
Test.ExtendedSyntax.Old.Test
Test.ExtendedSyntax.Util
Transformations.BindNormalisation
Transformations.CountVariableUse
Transformations.EffectMap
Expand Down Expand Up @@ -313,6 +319,7 @@ test-suite grin-test
PrimOpsSpec
NametableSpec
AbstractInterpretation.ExtendedSyntax.EffectTrackingSpec
AbstractInterpretation.ExtendedSyntax.CreatedBySpec
AbstractInterpretation.ExtendedSyntax.HptSpec
AbstractInterpretation.ExtendedSyntax.LiveVariableSpec
AbstractInterpretation.ExtendedSyntax.SharingSpec
Expand Down
Loading