Skip to content

Exploration of string support for the Fortran standard library (stdlib)

License

Notifications You must be signed in to change notification settings

awvwgk/stdlib_string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String support for the Fortran standard library

CI docs

This project contains an exploratory implementation for object-oriented string handling in stdlib.

For the original thread on string support continue the discussion in stdlib#69.

Building

This is an fpm compatible project. Build this project with

fpm build

All examples from the tests are included as tests, run them with

fpm test

This project has been tested with GCC 10.2, GCC 9.3 and Intel 2021.1, other compilers might work as well, but have not yet been checked.

Documentation

Preliminary specs are available here.

License

This project is available under the MIT license.

ftlString is part of the Fortran template library licensed under LGPL-3.0-or-later.

stringiFor is part of the StringiFor library licensed under GPL-3.0-or-later OR BSD-3-Clause OR BSD-2-Clause OR MIT. PENF is part of the PENF library licensed under GPL-3.0-or-later OR BSD-3-Clause OR BSD-2-Clause OR MIT.

About

Exploration of string support for the Fortran standard library (stdlib)

Resources

License

Stars

Watchers

Forks