Skip to content

Add custom tokens for semi-reserved names and variables #3

Open
@mattacosta

Description

@mattacosta

The following "names" should technically be keywords:

  • Constants
    • false
    • true
  • Pseudo-types
    • parent
    • self
  • Types
    • bool
    • float
    • int
    • iterable
    • null
    • object
    • string
    • void

The following "variables" should technically be keywords:

  • $this

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions