WIP: feat: support builtin function #13

Closed
zhanba wants to merge 1 commit from add-builtin into main
zhanba commented 2023-03-07 03:49:27 +01:00 (Migrated from github.com)

problems:

  • test: test failed, can't separate TypeDef(VariableName) with VariableName
  • highlight: current use t.keyword for BuiltinVariableName, maybe need new tag
problems: - test: test failed, can't separate TypeDef(VariableName) with VariableName - highlight: current use t.keyword for BuiltinVariableName, maybe need new tag
marijnh commented 2023-03-07 07:44:56 +01:00 (Migrated from github.com)

I'm not interested in this, since it can be incorrect (these can be shadowed, so you can't recognize them by name without looking at surrounding scopes). See https://github.com/lezer-parser/python/issues/9

I'm not interested in this, since it can be incorrect (these can be shadowed, so you can't recognize them by name without looking at surrounding scopes). See https://github.com/lezer-parser/python/issues/9

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lezer/python!13
No description provided.