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

Aggregate Functions throws an error #161

Open
SSaulenas opened this issue Sep 2, 2024 · 1 comment
Open

Aggregate Functions throws an error #161

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

Comments

@SSaulenas
Copy link
Collaborator

Example:

FOR EACH Customer NO-LOCK 
  WHERE Customer.Balance > 42000 
  BY Customer.NAME:

    DISPLAY Customer.CustNum
            Customer.Name    (COUNT MAXIMUM MINIMUM)
            Customer.Balance (TOTAL MAXIMUM MINIMUM AVERAGE).
  
END.

image

@SSaulenas SSaulenas added bug Something isn't working to create 🌳 Create and link tree-sitter ticket labels Sep 2, 2024
@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 self-assigned this Jan 10, 2025
@eglekaz
Copy link
Collaborator

eglekaz commented Jan 10, 2025

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

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