-
Notifications
You must be signed in to change notification settings - Fork 39
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
feat: write (simple) zk_evm assembly VSCode extension #299
Comments
What is "KERNEL assembly code"? Is it a polygon invention? Is there a standard anywhere? |
The custom syntax Hamy mentioned is defined here: evm_arithmetization/src/cpu/kernel/evm_asm.pest |
@0xaatif assigning you this following what you shared on Monday for tracking |
I've done a brief spike on this this week, culminating in a working syntax highlighting prototype. Documentation highlighting is probably doable. If we're serious about the above work I can come up with a plan and sizing, and we can prioritise accordingly. |
Originally posted under #674:
|
This had been discussed a few times in the past, but never really shared to a greater audience through an actual issue.
The idea is to write a simple extension to allow new & external contributors / auditors an easier onboarding into the KERNEL assembly code. It would also make the life of current maintainers easier.
We probably don't need a fancy extension, just one that would support:
@BGluth noticed this may even be doable in Rust.
The text was updated successfully, but these errors were encountered: