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

Visitor Functions #12

Open
williaml33moore opened this issue Mar 10, 2024 · 0 comments
Open

Visitor Functions #12

williaml33moore opened this issue Mar 10, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@williaml33moore
Copy link
Owner

williaml33moore commented Mar 10, 2024

Gherkin visitor methods are currently tasks. Consider adding a parallel set of visitor functions.

  • task visit()
  • task accept()
  • function void fn_visit() or visit_fn()
  • function void fn_accept() or accept_fn()

Gherkin printer could probably use the functions.

[] Considering

@williaml33moore williaml33moore added the enhancement New feature or request label Mar 10, 2024
@williaml33moore williaml33moore self-assigned this Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant