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

Remove VTX and Sigma attributes #335

Merged
merged 7 commits into from
May 14, 2024
Merged

Remove VTX and Sigma attributes #335

merged 7 commits into from
May 14, 2024

Conversation

aabounegm
Copy link
Collaborator

@aabounegm aabounegm commented May 13, 2024

Sigma was removed in release 0.38.0 of EO, and Vertex was removed earlier.
Closes #332


PR-Codex overview

This PR focuses on restructuring and adding new functionality to the eo-phi-normalizer project.

Detailed summary

  • Restructured data files in eo-phi-normalizer/data/0.38.0/org/eolang/
  • Updated syntax definitions in various Haskell files
  • Removed Rule 1 and Sigma attribute handling
  • Added new phi functions like go, nan, while, switch

The following files were skipped due to too many changes: eo-phi-normalizer/data/0.38.0/org/eolang/switch.phi, eo-phi-normalizer/src/Language/EO/Phi/Syntax/Lex.x, eo-phi-normalizer/test/Language/EO/Rules/PhiPaperSpec.hs, eo-phi-normalizer/data/0.38.0/org/eolang/malloc.phi, eo-phi-normalizer/data/0.38.0/org/eolang/bytes.phi, eo-phi-normalizer/test/eo/phi/from-eo/as-phi.yaml, eo-phi-normalizer/src/Language/EO/Phi/Syntax/Par.y, eo-phi-normalizer/src/Language/EO/Phi/Normalize.hs, eo-phi-normalizer/data/0.38.0/org/eolang/tuple.phi, eo-phi-normalizer/data/0.38.0/org/eolang/float.phi, eo-phi-normalizer/src/Language/EO/Phi/Rules/Yaml.hs, eo-phi-normalizer/src/Language/EO/Phi/Rules/Common.hs, eo-phi-normalizer/test/eo/phi/dataization.yaml, eo-phi-normalizer/test/eo/phi/rules/yegor.yaml, eo-phi-normalizer/data/0.38.0/org/eolang/positive-infinity.phi, eo-phi-normalizer/data/0.38.0/org/eolang/negative-infinity.phi

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

@fizruk fizruk merged commit ca5ce42 into master May 14, 2024
4 of 5 checks passed
@fizruk fizruk deleted the remove-nu-sigma branch May 14, 2024 07:00
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.

Bump EO version
2 participants