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

programatically adding comments to domain/problem #521

Open
2 tasks
lettuce-program opened this issue Nov 14, 2023 · 0 comments
Open
2 tasks

programatically adding comments to domain/problem #521

lettuce-program opened this issue Nov 14, 2023 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed user story

Comments

@lettuce-program
Copy link

As a developer looking at programmatic generation of problems and domains, I want to be able to generate comments for the domain so there is human-readable context, e.g., a complex action can have a natural language description (in a comment) that prefaces it.

  • top level comment for domains
  • comments for actions

The domain should look like:

;; This domain does x, y.
(define (domain test) 
  ..omitted..
  
  ;; This action updates predicate a when b is at c
  (:action test
  ..omitted..
  )
)
@alvalentini alvalentini added good first issue Good for newcomers help wanted Extra attention is needed labels Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed user story
Projects
None yet
Development

No branches or pull requests

2 participants