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

Don't allow macros with names starting with mnemonics except when -w is used #85

Open
ZornsLemma opened this issue Aug 31, 2022 · 1 comment

Comments

@ZornsLemma
Copy link
Collaborator

ZornsLemma commented Aug 31, 2022

As discussed in #80, unless -w is used we should disallow macro definitions which define a macro starting with a mnemonic, as attempts to invoke it are likely to be misinterpreted as a use of the relevant mnemonic. (This assumes -w has been extended to always require a space after the mnemonic; this is probably going to be implemented soon under #81. Without this change other problems probably occur with such macro names.)

@mungre
Copy link
Collaborator

mungre commented Nov 3, 2023

#81 is complete, -w always requires a space after a mnemonic.

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

No branches or pull requests

2 participants