Skip to content

Commit 3bc4063

Browse files
author
Hal Finkel
committed
Make the README shorter
1 parent 0f1380a commit 3bc4063

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

README.txt

+3-22
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,7 @@
11
//===----------------------------------------------------------------------===//
2-
// C Language Family Front-end
2+
// Fortran Language Front-end
33
//===----------------------------------------------------------------------===//
44

5-
Welcome to LFort. This is a compiler front-end for the C family of languages
6-
(C, C++, Objective-C, and Objective-C++) which is built as part of the LLVM
7-
compiler infrastructure project.
5+
Welcome to LFort. This is a compiler front-end for the Fortran language
6+
which is built as part of the LLVM compiler infrastructure project.
87

9-
Unlike many other compiler frontends, LFort is useful for a number of things
10-
beyond just compiling code: we intend for LFort to be host to a number of
11-
different source level tools. One example of this is the LFort Static Analyzer.
12-
13-
If you're interested in more (including how to build LFort) it is best to read
14-
the relevant web sites. Here are some pointers:
15-
16-
Information on LFort: http://lfort.llvm.org/
17-
Building and using LFort: http://lfort.llvm.org/get_started.html
18-
LFort Static Analyzer: http://lfort-analyzer.llvm.org/
19-
Information on the LLVM project: http://llvm.org/
20-
21-
If you have questions or comments about LFort, a great place to discuss them is
22-
on the LFort development mailing list:
23-
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
24-
25-
If you find a bug in LFort, please file it in the LLVM bug tracker:
26-
http://llvm.org/bugs/

0 commit comments

Comments
 (0)