Skip to content

Weird exception on word Library #38

@evgygor

Description

@evgygor

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.

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