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

Implementation of keyword arguments #20

Merged
merged 4 commits into from
Sep 27, 2023
Merged

Conversation

m3m0r7
Copy link
Owner

@m3m0r7 m3m0r7 commented Sep 26, 2023

Supports

def name(a:, b:, c:)
  puts a
  puts b
  puts c
end

name(c: "neko", a: "tanuki", b: "inu")

@m3m0r7 m3m0r7 changed the title Implementation of keyword arguments [WIP] Implementation of keyword arguments Sep 26, 2023
@m3m0r7 m3m0r7 changed the title [WIP] Implementation of keyword arguments Implementation of keyword arguments Sep 27, 2023
@m3m0r7 m3m0r7 merged commit 7514173 into main Sep 27, 2023
2 checks passed
@m3m0r7 m3m0r7 deleted the impl-of-keyword-arguments branch September 27, 2023 10:28
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

Successfully merging this pull request may close these issues.

1 participant