-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Solidity support revisited revisited #2031
Solidity support revisited revisited #2031
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor question on the test but otherwise lgtm
@davidmurdoch When will you be tagging a version including solidity.min.js and pushing to unpkg.com? |
We have 3 PRs slated for the next release, so whenever those are in, we'll cut the next one. |
Cool. I'm just serving a local copy for now. Thanks! |
I completely rewrote the Solidity language. It now uses C like as a base because it's less likely to change compared to JS and because JS contains a lot of features which Solidity doesn't.
I also added a few tests.
Example
This closes #1843 and resolves #1404.