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

Fix grammar #97

Merged
merged 3 commits into from
Feb 6, 2024
Merged

Fix grammar #97

merged 3 commits into from
Feb 6, 2024

Conversation

fizruk
Copy link
Collaborator

@fizruk fizruk commented Feb 6, 2024

Closes #94.

  • Allow dash in labels.
  • Allow $\xi$ and $\Phi$ without dispatch.
  • Add test for the term that failed before.

PR-Codex overview

Focus of this PR

This PR focuses on refactoring the object dispatch mechanism in the EO Phi language, replacing GlobalDispatch and ThisDispatch with GlobalObject and ThisObject.

Detailed summary

  • Replaced GlobalDispatch with GlobalObject in Language.EO.Phi.Syntax.Abs.hs
  • Replaced ThisDispatch with ThisObject in Language.EO.Phi.Syntax.Abs.hs
  • Updated corresponding functions and patterns in various files

The following files were skipped due to too many changes: eo-phi-normalizer/src/Language/EO/Phi/Syntax/Doc.txt

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@fizruk fizruk requested review from deemp and aabounegm and removed request for deemp February 6, 2024 06:50
@fizruk fizruk merged commit e7feae0 into master Feb 6, 2024
5 checks passed
@fizruk fizruk deleted the update-grammar branch February 6, 2024 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix grammar
2 participants