-
-
Notifications
You must be signed in to change notification settings - Fork 4
Add comments to the Lexer module #223
Copy link
Copy link
Open
Labels
good first issueIssues that are good for newcomers or first-time contributors.Issues that are good for newcomers or first-time contributors.help wantedThe issue requires extra attention or help from others.The issue requires extra attention or help from others.
Metadata
Metadata
Assignees
Labels
good first issueIssues that are good for newcomers or first-time contributors.Issues that are good for newcomers or first-time contributors.help wantedThe issue requires extra attention or help from others.The issue requires extra attention or help from others.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Backlog
In the core functions of the
front/lexer/src/lexer/lexer.rsfile, please add clear comments explaining what each function does. The goal is to make the code more approachable, especially for first-time contributors.Details:
Why this is needed:
This will improve code readability and help newcomers understand the lexer module more easily, making it a good first issue for contributors.