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

Support rules without positive atoms #555

Open
aannleax opened this issue Dec 4, 2024 · 0 comments
Open

Support rules without positive atoms #555

aannleax opened this issue Dec 4, 2024 · 0 comments
Labels
enhancement New feature or request Parser Rule-Parser-Related Issue
Milestone

Comments

@aannleax
Copy link
Member

aannleax commented Dec 4, 2024

Currently, rules require at least one positive atom. This means that e.g.

HeapAllocation_Type(?heap, ?type) :-
  ?heap = "<<main method array>>",
  ?type = "java.lang.String[]".

(see issue #460) are rejected.

@aannleax aannleax added enhancement New feature or request Parser Rule-Parser-Related Issue labels Dec 4, 2024
@aannleax aannleax added this to the Release 0.7.0 milestone Dec 4, 2024
@aannleax aannleax added this to nemo Dec 4, 2024
@github-project-automation github-project-automation bot moved this to Todo in nemo Dec 4, 2024
@aannleax aannleax modified the milestones: Release 0.7.0, Release 0.8.0 Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Parser Rule-Parser-Related Issue
Projects
Status: Todo
Development

No branches or pull requests

1 participant