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

Reference call parser #333

Closed
wants to merge 8 commits into from
Closed

Reference call parser #333

wants to merge 8 commits into from

Conversation

simerplaha
Copy link
Member

@simerplaha simerplaha commented Nov 29, 2024

Syntax: reference(args ...)

This syntax is used by:

  • Inheritance implements Parent(args ...)
  • Function calls function(args ...)
  • The same parser will be used in cases such as contract.function(args ...) etc

TODO: Expression.

See changes in Demo.scala.

@simerplaha simerplaha requested a review from tdroxler November 29, 2024 04:40
Base automatically changed from a_bit_renaming to master December 2, 2024 08:44
@simerplaha
Copy link
Member Author

Will reopen later with updates.

@simerplaha simerplaha closed this Dec 3, 2024
@simerplaha simerplaha deleted the argument_and_call_parser branch December 10, 2024 23:48
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