-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
ASTbuginvestigatingminorMinor issue - does not impact the parser too much (edge cases)Minor issue - does not impact the parser too much (edge cases)
Milestone
Description
Input:
while (true) // Comment
{
};
Currently while
node starts with test
node location, but should be start with while
keyword. Same for other control structures. It would be great if you show how to fix such things (send a PR with fix) and i will start fix it self and send new PRs. This would speed up problem solving.
ichiriacichiriac
Metadata
Metadata
Assignees
Labels
ASTbuginvestigatingminorMinor issue - does not impact the parser too much (edge cases)Minor issue - does not impact the parser too much (edge cases)