Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the Illegal Attribute correct? #2

Open
Greedquest opened this issue Sep 28, 2020 · 0 comments
Open

Is the Illegal Attribute correct? #2

Greedquest opened this issue Sep 28, 2020 · 0 comments

Comments

@Greedquest
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant