Skip to content

v0.1.4: All major Solidity language features implemented

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Sep 12:50
· 1508 commits to main since this release
Added
- `event` can be declared and emitted with `emit`
- Function modifiers have been implemented
- Tags in doc comments are parsed and resolved
- All major Solidity language features implemented, see our language status page:
  https://solang.readthedocs.io/en/latest/status.html

Signed-off-by: Sean Young <[email protected]>