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

NEW identifier not being parsed #147

Open
gustason opened this issue Sep 2, 2024 · 3 comments
Open

NEW identifier not being parsed #147

gustason opened this issue Sep 2, 2024 · 3 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed to create 🌳 Create and link tree-sitter ticket

Comments

@gustason
Copy link
Collaborator

gustason commented Sep 2, 2024

For example,

ON WRITE OF Customer NEW new-cust OLD old-cust DO:
    a += 3.
END.

the NEW identifier gets parsed as two different nodes: NE and W:
image
image

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

eglekaz commented Sep 23, 2024

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

@eglekaz eglekaz added blocked by 🌳 Blocked by tree-sitter implementation and removed to create 🌳 Create and link tree-sitter ticket labels Sep 23, 2024
@eglekaz eglekaz added to create 🌳 Create and link tree-sitter ticket and removed blocked by 🌳 Blocked by tree-sitter implementation labels Oct 11, 2024
@eglekaz
Copy link
Collaborator

eglekaz commented Oct 11, 2024

on_statement is not fully implemented from tree-sitter abl side. Need more complicated examples.

@eglekaz eglekaz added the help wanted Extra attention is needed label Oct 11, 2024
@PauliusKu
Copy link
Collaborator

@gustason can we check the current status of this and decide what tis missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed to create 🌳 Create and link tree-sitter ticket
Projects
None yet
Development

No branches or pull requests

3 participants