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

Using {} instead of <> for .ascii value to be or'ed #74

Open
tomgalvin594 opened this issue Mar 9, 2013 · 0 comments
Open

Using {} instead of <> for .ascii value to be or'ed #74

tomgalvin594 opened this issue Mar 9, 2013 · 0 comments

Comments

@tomgalvin594
Copy link

Currently, the 0xSCA syntax uses angled brackets to enclose the value to be or'ed with an ascii string. This makes parsing the assembly file much harder as the angled brackets are also used for greater than and less than. I propose instead that we use curly brackets to denote the value to be or'ed. This makes the syntax a bit more context free, which allows for easier parsing.

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

1 participant