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

Parse range notation [n FOR m] #286

Closed
gustason opened this issue Dec 20, 2024 · 2 comments
Closed

Parse range notation [n FOR m] #286

gustason opened this issue Dec 20, 2024 · 2 comments
Assignees
Labels
bug Something isn't working to test 🌳 Test tree-sitter fix

Comments

@gustason
Copy link
Collaborator

Reference : https://docs.progress.com/bundle/abl-reference/page/Array-reference.html

Example code :

DEFINE VARIABLE myArray AS INTEGER EXTENT 4 NO-UNDO INITIAL [10,11,12,13].

DISPLAY myArray[1 FOR 4].

gets parsed as an error:
image

@gustason gustason added bug Something isn't working to fix/create 🌳 Fix or Create and link tree-sitter ticket labels Dec 20, 2024
@eglekaz
Copy link
Collaborator

eglekaz commented Jan 10, 2025

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

@eglekaz eglekaz self-assigned this Jan 10, 2025
@eglekaz eglekaz added blocked by 🌳 Blocked by tree-sitter implementation and removed to fix/create 🌳 Fix or Create and link tree-sitter ticket labels Jan 10, 2025
@eglekaz eglekaz added to test 🌳 Test tree-sitter fix and removed blocked by 🌳 Blocked by tree-sitter implementation labels Jan 22, 2025
@eglekaz
Copy link
Collaborator

eglekaz commented Feb 12, 2025

Fixed with: #309

@eglekaz eglekaz closed this as completed Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working to test 🌳 Test tree-sitter fix
Projects
None yet
Development

No branches or pull requests

2 participants