Skip to content

Hyphenated names for functions #162

Description

@ayatkevich

Last char of the hyphenated name for the function will be used as first argument

For example:
function hyphenated-name then void
Compiles to:
function hyphenatedName(e){}

Hyphenated name for the function can not be used with arguments

Example:
function hyphenated-name arg then void
Raises:
SyntaxError: invalid assign on line 1

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions