fix: rename VTX -> VERTEX
Make the name more understandable
PR-Codex overview
This PR renames VTX to VERTEX in the Phi grammar and Java code for consistency and clarity.
Detailed summary
- Renamed
VTXtoVERTEXin the Phi grammar file. - Updated references of
VTXtoVERTEXin Java code for attribute binding.
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}
@maxonfjvipon take a look
@deemp to get the build successful you need to fix the usages of VTX in XeEoListener.java file
@maxonfjvipon, XeEoListener.java doesn't have occurences of VTX.
@deemp sorry, my bad, you need XePhiListener
There are some other occurences. Should I fix them too?
@deemp I believe XePhiListener should be enough
@maxonfjvipon, any other changes are necessary?
@deemp please update master branch in your fork, merge it to your rename-vtx branch, replace all VTX to VERTEX in Phi.g4 and XePhiListener.java and try to push one more time
@maxonfjvipon, done
@deemp everything seems right, please try to restart pipeline one more time
@maxonfjvipon, I can't restart the pipeline.
@deemp just make a commit and push
@maxonfjvipon CI passed
@yegor256 please check
@rultor merge