Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 validator

Planned:
- 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