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

Add coco function call syntaxes #377

Merged
merged 9 commits into from
Mar 25, 2024
Merged

Add coco function call syntaxes #377

merged 9 commits into from
Mar 25, 2024

Conversation

MichalMarsalek
Copy link
Collaborator

@MichalMarsalek MichalMarsalek commented Mar 13, 2024

Closes #370

  • Implicit function application
  • Implicit multiplication
  • Pipe |> ()
  • Infix function application

As a side effect I got rid of a space between a digit and a letter in Python.

@MichalMarsalek MichalMarsalek marked this pull request as ready for review March 14, 2024 23:04
Copy link
Contributor

@Steffan153 Steffan153 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0or will not work for removing the space (interpreting as an octal literal). Might need to add that as a special case

@MichalMarsalek
Copy link
Collaborator Author

0or will not work for removing the space (interpreting as an octal literal). Might need to add that as a special case

Does my last commit fix all the problematic cases?

@MichalMarsalek MichalMarsalek merged commit f6610f3 into main Mar 25, 2024
1 check passed
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.

Coconut golfs
2 participants