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

Parenthesis should not require whitespace around them #54

Open
srtlg opened this issue Sep 3, 2022 · 1 comment
Open

Parenthesis should not require whitespace around them #54

srtlg opened this issue Sep 3, 2022 · 1 comment

Comments

@srtlg
Copy link

srtlg commented Sep 3, 2022

For compatibility with AVRASМ2 аn expression with a parenthesis around should not require to be separated via whitespace from the previous token

.device atmega168
.macro DEST
        .dw @0
.endmacro
nop
KEYLOOP:
        DEST(KEYLOOP)
srtlg added a commit to srtlg/avra that referenced this issue Sep 3, 2022
srtlg added a commit to srtlg/avra that referenced this issue Sep 4, 2022
@CableGuy67
Copy link

This solved issues I was having to build AmForth.

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