Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Update object method parsing and printer for ReScript 9 #347

Closed
wants to merge 8 commits into from

Conversation

IwanKaramazow
Copy link
Contributor

Fixes #311

obj["say"] was currently parsed as obj##say (Pexp_apply with ##)
We now parse this straight into obj#say(Pexp_send)

@IwanKaramazow
Copy link
Contributor Author

Closed in favour of #348

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

object method call simplification
1 participant