summaryrefslogtreecommitdiff
path: root/README.txt
blob: 61671787b49b72a72d2a30edde3984a0a9d9c717 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Libflangrt
================================

Libflangrt is a new implementation of the Fortran runtime library.
All of the code in libflangrt is dual licensed under the MIT license and the UIUC License (a BSD-like license). 

Libflangrt was created as a runtime library for flang (the Fortran frontend for LLVM, https://github.com/hyp/flang) as part of my GSoC 2013.
It is used by flang right now, but it can be used by any other Fortran compiler.

TODO:

IO, Formatted IO.
Fortran 90/95 support.