llvm/flang/documentation
peter klausler 424ec7b35b [flang] Handle empty files gracefully.
Create interval.h.  Use std::size_t instead of bare size_t.  Redefine parser::Name to not be just a bare string.

Break out and rename CharBlock from token-sequence.h for use in the parse tree.

Incremental replacement of name strings with pointers to cooked characters.

Fix case sensitivity problem.

Use new CharBlock encoding to replace strings for real literal constants.

Normalized cooked character stream to lower case.

Simplify parsing now that cooked stream is lower case.  Replace Keyword in parse tree.

Add static_asserts to || and recovery parsers to enforce same result types.

Remove needless TODO comment inserted earlier.

Fix case conversion on prefixed character literals (f90_correct/dc04.f90).

Use CharBlock in user-state.h.

Complete transition from nextChar to nextCh (i.e., always use pointers).

Document extensions.  Begin work on compiler directive lines.

More documentation work.

Reformat prescan.cc.

More work on compiler directive scanning.

Original-commit: flang-compiler/f18@38d0404e16
Reviewed-on: https://github.com/flang-compiler/f18/pull/29
Tree-same-pre-rewrite: false
2018-03-23 13:32:55 -07:00
..
C++style.md [flang] Address review comments. Add note to style guide condemning if((x=y)). 2018-03-13 17:20:40 -07:00
extensions.md [flang] Handle empty files gracefully. 2018-03-23 13:32:55 -07:00
f2018-grammar.txt [flang] Get clean parse-unparse-reparse-unparse on f90_correct too. 2018-03-15 10:59:46 -07:00
ParserCombinators.md [flang] Handle empty files gracefully. 2018-03-23 13:32:55 -07:00
parsing.md [flang] Handle empty files gracefully. 2018-03-23 13:32:55 -07:00
preprocessing.md [flang] Extend documentation. 2018-03-20 09:58:45 -07:00
semantics.md [flang] Add 'todo' for the predefined scope 2018-03-22 11:53:59 -07:00