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

Weird exception on word Library #38

Open
evgygor opened this issue Dec 18, 2018 · 0 comments
Open

Weird exception on word Library #38

evgygor opened this issue Dec 18, 2018 · 0 comments

Comments

@evgygor
Copy link
Contributor

evgygor commented Dec 18, 2018

When i use word Library whenever in code the weird exceptions appears.

Examples:
On

sub foo()
    library()
end sub

Appears: Parsing error: Expecting token of type --> END_SUB <-- but found --> 'Library' <-- at 2:5

================================================================
On

sub library()
   print "Hello"
end sub

Appears: Parsing error: Expecting token of type --> IDENTIFIER <-- but found --> 'library' <-- at 1:5

When I change the word "library" to any other like "kibrary, librar" no exception shown.

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