flang-compiler / f18

F18 is a front-end for Fortran intended to replace the existing front-end in the Flang compiler
229 stars 48 forks source link

Added documentation explaining the use of std::list #988

Closed DavidTruby closed 4 years ago

DavidTruby commented 4 years ago

I'm not sure about the wording for this so I am open to suggestions.

sscalpone commented 4 years ago

Thanks for adding this info. Perhaps it belongs in the style guide because it isn't about parsing.

DavidTruby commented 4 years ago

Thanks for adding this info. Perhaps it belongs in the style guide because it isn't about parsing.

I put it here as the preceding paragraph is about the use of std::variant and std::tuple for the parse tree, so I thought this section was the best place to put information about parse tree data structures

DavidTruby commented 4 years ago

@sscalpone done!