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

Export internal Executor class for experimentation #3302

Closed
wants to merge 1 commit into from

Commits on Oct 11, 2021

  1. Export internal Executor class for experimentation

    This class, similar to the Parser class, is exported only to assist people in implementing their own executors without duplicating too much code and should be used only as last resort for cases such as experimental syntax or if certain features could not be contributed upstream.
    
    It is still part of the internal API and is versioned, so any changes to it are never considered breaking changes. If you still need to support multiple versions of the library, please use the `versionInfo` variable for version detection.
    yaacovCR committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    017cf38 View commit details
    Browse the repository at this point in the history