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

Feature/display name attributes #565

Merged
merged 5 commits into from
Jan 7, 2025
Merged

Conversation

aannleax
Copy link
Member

@aannleax aannleax commented Dec 9, 2024

Implements rule attributes. Right now only support name and display which determines how rules are displayed in the ascii representation of proof trees.

Closes #562

#[assoc(code = 120)]
AttributeUnexpected(String),
/// Attributed defined multiple times
#[error("")]
Copy link
Member

@mmarx mmarx Jan 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be empty? If yes, it would be nice to have a comment explaining why.

@mmarx mmarx added enhancement New feature or request Parser Rule-Parser-Related Issue tracing Issue related to tracing of derived facts labels Jan 6, 2025
@mmarx mmarx added this to the Release 0.7.0 milestone Jan 6, 2025
@aannleax aannleax merged commit fdc094b into main Jan 7, 2025
8 checks passed
@aannleax aannleax deleted the feature/display-name-attributes branch January 7, 2025 10:23
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 tracing Issue related to tracing of derived facts
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Feature: Rule attributes
2 participants