Skip to content

Is the Illegal Attribute correct? #2

@Greedquest

Description

@Greedquest

Hi,

It's my understanding that the Illegal attribute is used in the auto language identifier to trigger an early bail-out when a keyword is encountered that definitely isn't in the language. This is what you've got:

illegal: '//|{|}|endif|gosub|^\\$ ', /* reserved deprecated keywords */

However VBA does contain GoSub , and almost endif as well (you can enter endif in the IDE and it is auto-expanded to End If)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions