Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SR-339] SILParser needs grammar documentation #42961

Open
gottesmm opened this issue Dec 22, 2015 · 0 comments
Open

[SR-339] SILParser needs grammar documentation #42961

gottesmm opened this issue Dec 22, 2015 · 0 comments
Labels
compiler The Swift compiler in itself good first issue Good for newcomers improvement nfc Flag: No Functional Change

Comments

@gottesmm
Copy link
Member

Previous ID SR-339
Radar None
Original Reporter @gottesmm
Type Improvement
Additional Detail from JIRA
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.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@AnthonyLatsis AnthonyLatsis added the nfc Flag: No Functional Change label Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler The Swift compiler in itself good first issue Good for newcomers improvement nfc Flag: No Functional Change
Projects
None yet
Development

No branches or pull requests

2 participants