Skip to content

Fix SDF3 issues #3

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

Open
wants to merge 3 commits into
base: lwc-2025
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions ql/src/StrategoLang/gradual-types/signatures-namespaced.sdf3
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ context-free syntax
StrategoLang-Dyn.Dyn = [?] { }
StrategoLang-Type.TupleT = [[StrategoLang-Type] * [{StrategoLang-Type " * "}+]] { }
StrategoLang-Type.DynT = StrategoLang-Dyn { }
StrategoLang-Type.StringT = "string" { }
StrategoLang-Type.IntT = "int" { }
StrategoLang-Type.RealT = "real" { }
StrategoLang-Type.BlobT = "blob" { }
StrategoLang-Type.StringGT = "string" { }
StrategoLang-Type.IntGT = "int" { }
StrategoLang-Type.RealGT = "real" { }
StrategoLang-Type.BlobGT = "blob" { }
StrategoLang-Type = [([StrategoLang-Type])] {bracket}
StrategoLang-Type = StrategoLang-SortT { }
StrategoLang-SortT.SortT = [[StrategoLang-Id]([{StrategoLang-Type ", "}*])] { }
Expand Down
2 changes: 1 addition & 1 deletion ql/src/StrategoLang/sugar/strategies-namespaced.sdf3
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ context-free syntax
StrategoLang-Strategy.BA = [<[StrategoLang-Strategy]> [StrategoLang-Term]] { }
StrategoLang-Strategy.LChoice = [[StrategoLang-Strategy] <+ [StrategoLang-Strategy]] {right}
StrategoLang-Strategy.Rec = <rec <StrategoLang-SId>( <StrategoLang-Strategy> )> { }
StrategoLang-Strategy.Not = <not(<StrategoLang-Strategy>)> { }
StrategoLang-Strategy.NNot = <not(<StrategoLang-Strategy>)> { }
StrategoLang-Strategy.Where = <where(<StrategoLang-Strategy>)> { }
StrategoLang-Strategy = StrategoLang-With { }
StrategoLang-With.With = <with(<StrategoLang-Strategy>)> { }
Expand Down
4 changes: 2 additions & 2 deletions ql/src/mix.sdf3
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ context-free syntax
Type.StrategoMetaVar3 = TypeVar
TyExpr.StrategoMetaVar4 = TyExprVar

syntax
//syntax

ID-CF.StrategoMetaVar5 = IDVar
// ID-CF.StrategoMetaVar5 = IDVar

lexical sorts

Expand Down