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

Make source parser consistent with binary parser when naming things. NFC #6813

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

sbc100
Copy link
Member

@sbc100 sbc100 commented Aug 5, 2024

The timport$ prefix is already used for tables, so the binary parser currently uses eimport$ to name tags (I guess because they are normally exception tags?).

@sbc100 sbc100 changed the title Make source parser consistent with binary parser when naming tag. NFC Make source parser consistent with binary parser when naming tags. NFC Aug 5, 2024
@sbc100 sbc100 requested a review from tlively August 6, 2024 00:09
@sbc100 sbc100 changed the title Make source parser consistent with binary parser when naming tags. NFC Make source parser consistent with binary parser when naming things. NFC Aug 6, 2024
The `timport$` prefix is already used for tables, so the binary
parser currently uses `eimport$` to name tags (I guess because they
are normally exception tags?).

For defined globals the binary parser uses `global$` prefix.
@sbc100 sbc100 merged commit 6fe3d88 into main Aug 6, 2024
13 checks passed
@sbc100 sbc100 deleted the tag_names branch August 6, 2024 17:17
@gkdn gkdn mentioned this pull request Aug 31, 2024
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.

3 participants