Skip to content

fix Error: is not a library defined function! #76

Description

@farzonl

library functions are the last thing we look up in a program, as a result if we hit enter we erroneously think a library function call was attempted and trigger an incorrect error. Fix the error so that we only trigger this error if we see something in the format <function_name> (<arguments>) i.e <function name> <open paren> <arguments> <close paren>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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