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

Preprocessor directives are not recognized #156

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

Preprocessor directives are not recognized #156

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 of include file:

&if '{&name}' = '' &then
    &scoped-define name ttTable
&endif

define {&visibility} temp-table {&name} no-undo
  field something as int
  field something2 as char
  index something as primary unique something
.

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 Oct 11, 2024

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

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

I moved the example from this ticket to #217 as it's basically the same.

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

3 participants