[SR-339] SILParser needs grammar documentation #42961
Labels
compiler
The Swift compiler itself
good first issue
Good for newcomers
improvement
nfc
Flag: No Functional Change
Additional Detail from JIRA
md5: 5302b54da94f1f9b716db2124c316e90
Issue Description:
The SILParser is a recursive descent parser. In general when one implements a recursive descent parser, one should above the routine that does the various parts of the parsing show the grammar being parsed. SILParser has inconsistently done this. I would go through all of the methods and see which are missing this documentation and fix the documentation.
The text was updated successfully, but these errors were encountered: