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

'Do transaction while' statement causes an error #157

Closed
SSaulenas opened this issue Sep 2, 2024 · 2 comments
Closed

'Do transaction while' statement causes an error #157

SSaulenas opened this issue Sep 2, 2024 · 2 comments
Assignees
Labels
blocked by 🌳 Blocked by tree-sitter implementation bug Something isn't working

Comments

@SSaulenas
Copy link
Collaborator

Example:

        do transaction while something:get-next():
            something:buffer-copy(something).
        end.

image

but this is fine:
image

@SSaulenas SSaulenas added bug Something isn't working to create 🌳 Create and link tree-sitter ticket labels Sep 2, 2024
@eglekaz
Copy link
Collaborator

eglekaz commented Jan 10, 2025

Registered: usagi-coffee/tree-sitter-abl#109

@eglekaz eglekaz self-assigned this Jan 10, 2025
@eglekaz eglekaz added blocked by 🌳 Blocked by tree-sitter implementation and removed to create 🌳 Create and link tree-sitter ticket labels Jan 10, 2025
@eglekaz eglekaz mentioned this issue Jan 10, 2025
@eglekaz
Copy link
Collaborator

eglekaz commented Jan 10, 2025

Fixed with: #290

@eglekaz eglekaz closed this as completed Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked by 🌳 Blocked by tree-sitter implementation bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants