Skip to content

Initial playground #1

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

Merged
merged 56 commits into from
Aug 6, 2020
Merged

Initial playground #1

merged 56 commits into from
Aug 6, 2020

Conversation

ryyppy
Copy link
Member

@ryyppy ryyppy commented Aug 6, 2020

No description provided.

ryyppy added 30 commits May 20, 2020 13:09
- UseScript loading mechanism to load the compiler bundle from and external url
- Render the loading state of the script
Hooks up error reporting with codemirror as well (really rough rn)
This introduces a new concept of a `FinalResult`, that unifies a
CompilationResult.t and ConvertionResult.t. This makes sure we are
not getting out of sync with the error messages in the error pane.

Also it makes it easier to separate between pure syntax parsing results
and actual compilation results.
More specifically, there was a bug where pressing the `format` button
would not trigger a codemirror content sync, since the input value has
not changed (it's not comparing the current editor value with the declaratively
passed value)
@ryyppy ryyppy merged commit 3ba593e into master Aug 6, 2020
@ryyppy ryyppy deleted the initial-playground branch August 6, 2020 16:35
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