summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <hypothermia.frost@gmail.com>2013-10-01 12:31:01 +0100
committerAlex <hypothermia.frost@gmail.com>2013-10-01 12:31:01 +0100
commit144ad3793c5d4018cc1c855b69fef9fc97130b6f (patch)
tree1223e33b6d0b519b0679b0366821e89eaeb35c36
parente183a128858719f968a20bf84c8780a362316422 (diff)
downloadlibflangrt-144ad3793c5d4018cc1c855b69fef9fc97130b6f.tar.gz
updated readme
-rw-r--r--README.txt15
1 files changed, 12 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index 749bb44..6750124 100644
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,14 @@
-Libflang
+Libflangrt
================================
-Runtime library for the fortran programming language used by
-the flang compiler.
+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.