1.. Copyright (c) 2017, NVIDIA CORPORATION.  All rights reserved.
2..
3.. Licensed under the Apache License, Version 2.0 (the "License");
4.. you may not use this file except in compliance with the License.
5.. You may obtain a copy of the License at
6..
7..     http://www.apache.org/licenses/LICENSE-2.0
8..
9.. Unless required by applicable law or agreed to in writing, software
10.. distributed under the License is distributed on an "AS IS" BASIS,
11.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12.. See the License for the specific language governing permissions and
13.. limitations under the License.
14
15.. title:: Welcome to Flang's documentation!
16
17.. toctree::
18   :maxdepth: 2
19
20   ReleaseNotes
21
22..
23  Using Flang
24  ===========
25
26..
27    toctree::
28
29..    * `User's Manual <http://flang.org/docs/html/manual.html>`_
30..    * `FAQ <http://flang.org/docs/html/faq.html>`_
31
32Flang Design Documents
33======================
34
35Common
36------
37
38..
39    Intro to be written
40
41.. toctree::
42   :maxdepth: 1
43
44   flang2/coding
45   Target Machine <flang1/machar>
46   flang2/error
47   flang1/dinit
48   flang2/fin
49
50Front-end Design
51----------------
52
53.. toctree::
54   :maxdepth: 1
55
56   flang1/intro
57   flang1/controller
58   flang1/scanner
59   flang1/parser
60   flang1/semant
61   flang1/transform
62   flang1/outconv
63   flang1/output
64   flang1/errmsg
65
66Front-end Internals
67-------------------
68
69.. toctree::
70   :maxdepth: 1
71
72   Grammar <flang1/grammar>
73   flang1/ast
74   flang1/symtab
75   Intrinsics & Generics <flang1/symini>
76
77Back-end Design
78---------------
79
80.. toctree::
81   :maxdepth: 1
82
83   Introduction <flang2/intro>
84   Program Controller <flang2/controller>
85   Expander <flang2/expander>
86   ILM Description <flang2/ilm>
87   ILI Description <flang2/ili>
88.. LLVM Bridge to be written
89
90Back-end Internals
91------------------
92
93.. toctree::
94   :maxdepth: 1
95
96   flang2/symtab
97   ILM Definitions <flang2/ilmtp>
98   ILI Definitions <flang2/ilitp>
99   Intrinsics & Generics <flang2/symini>
100   flang2/errmsg
101
102Source code
103-----------
104
105.. * `Doxygen generated documentation <http://flang.org/docs/doxygen/html/index.html>`_
106
107Indices and tables
108==================
109
110* :ref:`genindex`
111* :ref:`search`
112