Skip to content

Lexer doesn't detect function argument types in Name.Builtin #2

Open
@ZackeryRSmith

Description

@ZackeryRSmith

When parsing function arguments, the lexer is not correctly identifying if the argument types belong to Name.Builtin.

Steps to Reproduce

  • Define a function with argument types that are part of Name.Builtin.
  • Run test.py
  • Notice that the argument types are assigned as Name.Class (.nc)

Exported HTML with the lexing error (with .nc being RED) is attached to this issue. The HTML had to be uploaded as a txt due to GitHub.

test.txt

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions