You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Added spl-token integration for Solana
Solang now generates code for inline assembly, including many Yul builtins
Changed
The documentation has been re-arranged for readability.
The solang parser can parse the same syntax as Ethereum Solidity 0.8.
Fixed
Fixed many parser issues. Now solang-parser parses all files in the
Ethereum Solidity test suite. First run git submodule update --init --recursive to fetch the test files, and
then run the test with cargo test --workspace.