Skip to content

Commit

Permalink
[flang] Update README.md
Browse files Browse the repository at this point in the history
Original-commit: flang-compiler/f18@230e9ad
Reviewed-on: flang-compiler/f18#301
Tree-same-pre-rewrite: false
  • Loading branch information
psteinfeld authored Feb 25, 2019
1 parent c09752d commit 1b50ccd
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions flang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved.
F18 is a front-end for Fortran.
It is intended to replace the existing front-end in the Flang compiler.

Flang is a Fortran compiler targeting LLVM.

Visit the Flang wiki for more information about Flang:
Flang is a Fortran compiler targeting LLVM. Visit the Flang wiki for more information about Flang:

https://github.com/flang-compiler/flang/wiki

Read more about f18 in the documentation directory.
* Read more about f18 in the [documentation directory](documentation). Start with the [compiler overview](documentation/Overview.md).
* To better understand Fortran as a language and the specific grammar accepted by f18, read [Fortran For C Programmers](documentation/FortranForCProgrammers.md) and f18's specifications of the [Fortran grammar](documentation/f2018-grammar.txt) and the [OpenMP grammar](documentation/OpenMP-4.5-grammar.txt). Treatment of language extensions is covered in [this document](documentation/Extensions.md).
* To understand the compilers handling of intrinsics, see the [discussion of intrinsics](documentation/Intrinsics.md).
* To understand how an f18 program communicates with libraries at runtime, see the discussion of [runtime descriptors](documentation/RuntimeDescriptor.md).
* If you're interested in contributing to the compiler, read the [style guide](documentation/C++style.md) and also review [how f18 uses modern C++ features](documentation/C++17.md).



## Building F18

Expand Down

0 comments on commit 1b50ccd

Please sign in to comment.