Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add YUL info #444

Open
montyly opened this issue Apr 17, 2020 · 1 comment
Open

Add YUL info #444

montyly opened this issue Apr 17, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@montyly
Copy link
Member

montyly commented Apr 17, 2020

The minimal info needed:

  • If a local/state variable is used
  • If there are external calls
  • If a solidity variable is used

Semantic info (ex: data dependency) would be great, but we can start by parsing the yul AST present in an asm inline block, and match the variables/calls used with their Slither's objects.

@montyly montyly added the enhancement New feature or request label Apr 17, 2020
@lojikil
Copy link

lojikil commented Apr 19, 2020

Ptarmigan already parses YUL, I believe we should just be able to pass it the assembly block. We just have to test the slight grammar changes they've made

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants