forked from boolangery/py-lua-parser
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
As can be seen in test_comment_in_table inline comments are technically supported, just not widely implemented.
For all non-inter-table statements, all comments after a statement are treated as belonging to the next statement, which is not correct.
For the table they are implemented in builder.parse_table_constructor and builder.parse_field_list. This should be generalizable to all other statements
Metadata
Metadata
Assignees
Labels
No labels