Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axic/yultsur
Yultsur is a Rust implementation of Yul.
https://github.com/axic/yultsur
ethereum solidity yul
Last synced: 16 days ago
JSON representation
Yultsur is a Rust implementation of Yul.
- Host: GitHub
- URL: https://github.com/axic/yultsur
- Owner: axic
- License: gpl-3.0
- Created: 2018-09-08T17:57:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T13:31:06.000Z (over 2 years ago)
- Last Synced: 2024-10-29T17:28:58.927Z (18 days ago)
- Topics: ethereum, solidity, yul
- Language: Rust
- Size: 40 KB
- Stars: 56
- Watchers: 8
- Forks: 26
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yultsur
Yultsur (or Yülçür) is a toolkit for [Yul] written in Rust.
## Features
Current:
- Yul AST representation
- AST to Yul source translator (the result can be used by other Yul tools and compilers)
- AST validatorPlanned:
- Yul parser
- Yul compiler (integration with Solidity, through [solc-rust])[Yul]: https://solidity.readthedocs.io/en/latest/yul.html
[solc-rust]: https://github.com/axic/solc-rust