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

add API for parsing impl/interface from a raw string #643

Merged
merged 2 commits into from
Sep 19, 2022
Merged

Conversation

zth
Copy link
Contributor

@zth zth commented Sep 19, 2022

This adds an API for parsing impl/interface from a raw string. Main use case right now is in rescript-lang/rescript-vscode#547 where I need to parse a raw string and don't want to have to put the contents into a temp file just to parse it.

Tried adding it to parseEngine first but that required me to add implementations for re/ml, which felt unecessary.

@zth zth requested a review from cristianoc September 19, 2022 16:36
@zth
Copy link
Contributor Author

zth commented Sep 19, 2022

The failing Windows test seem to be about a cygwin mirror that times out. Merging anyway since that's expected to resolve itself soon.

@zth zth merged commit 6cdc47b into master Sep 19, 2022
@zth zth deleted the parse-raw-source branch September 19, 2022 17:01
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.

2 participants