swiftlang/swift

[SR-339] SILParser needs grammar documentation

開放

#42,961 建立於 2015年12月22日

 (0 則留言) (0 個反應) (0 位負責人)Swift (10,719 個分叉)batch import
compilergood first issueimprovementnfc

倉庫指標

星標
 (69,989 顆星)
PR 合併指標
 (平均合併 8天 17小時) (30 天內合併 510 個 PR)

描述

Previous ID SR-339
Radar None
Original Reporter @gottesmm
Type Improvement
Votes 0
Component/s Compiler
Labels Improvement, StarterBug
Assignee None
Priority Medium

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.

貢獻者指南