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

Implement named arguments #6

Merged
merged 1 commit into from
Nov 15, 2019
Merged

Commits on Nov 15, 2019

  1. Implement named arguments

    Those are fairly straightforward, since they (mostly) mimic the semantics of Raku's.
    The only extra effort we do is ensure at template parse time that we're not mix-matching nameds and positionals in a way that's not allowed by the underlying compiler.
    vendethiel committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    f1ed436 View commit details
    Browse the repository at this point in the history