Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The Smart Intermediate Representation

[![Release][release-shield]][release-url] [![Issues][issues-shield]][issues-url] [![Apache License][license-shield]][license-url]
[![Release][release-shield]][release-url] [![Issues][issues-shield]][issues-url] [![PR][pr-shield]][pr-url] [![Apache License][license-shield]][license-url]

The Smart Intermediate Representation(short for IR) project is a new compiler framework intended for smart contract development, which is mainly inspired by LLVM, MLIR and Solidity/Yul. The compiler's goals are:

Expand Down Expand Up @@ -118,5 +118,7 @@ The IR is still under development. Contributions are always welcome. Please foll
[release-url]: https://github.com/AntChainOpenLabs/Smart-Intermediate-Representation/releases
[license-shield]: https://img.shields.io/badge/License-Apache_2.0-green.svg?style=for-the-badge
[license-url]: ./LICENSE
[pr-shield]: https://img.shields.io/github/issues-pr/AntChainOpenLabs/Smart-Intermediate-Representation.svg?style=for-the-badge
[pr-url]: https://github.com/AntChainOpenLabs/Smart-Intermediate-Representation/pulls
[issues-shield]: https://img.shields.io/github/issues/AntChainOpenLabs/Smart-Intermediate-Representation.svg?style=for-the-badge
[issues-url]: https://github.com/AntChainOpenLabs/Smart-Intermediate-Representation/issues