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

Provide abstract base class for a string object #333

Closed
wants to merge 1 commit into from

Commits on Mar 11, 2021

  1. Provide abstract base class for a string object

    - provide full compatibility with the string_type
    - provide overloaded interfaces in the base class to define all
      character intrinsic functions for both character scalars
      and functional strings
    - add preliminary specs on the public API (not developer API)
      of the abstract base class
    - add tests to check a minimal implementation of a string class
    awvwgk committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    d3752b0 View commit details
    Browse the repository at this point in the history