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

Cairo disassembler #2710

Merged
merged 8 commits into from
Apr 11, 2024
Merged

Cairo disassembler #2710

merged 8 commits into from
Apr 11, 2024

Conversation

lukaszcz
Copy link
Collaborator

@lukaszcz lukaszcz commented Apr 5, 2024

Implements a disassembler which converts Cairo bytecode into textual CASM representation. Useful for debugging the Cairo backend.

@lukaszcz lukaszcz added the cairo label Apr 5, 2024
@lukaszcz lukaszcz added this to the 0.6.2 milestone Apr 5, 2024
@lukaszcz lukaszcz self-assigned this Apr 5, 2024
@lukaszcz lukaszcz force-pushed the cairo-disassemble branch from 24c3a5c to 708542a Compare April 9, 2024 09:47
@lukaszcz lukaszcz marked this pull request as ready for review April 9, 2024 09:49
@lukaszcz lukaszcz force-pushed the cairo-disassemble branch from 708542a to daffffe Compare April 9, 2024 11:29
app/Commands/Dev/Casm/FromCairo.hs Outdated Show resolved Hide resolved
src/Juvix/Compiler/Backend/Cairo/Data/Result.hs Outdated Show resolved Hide resolved
src/Juvix/Compiler/Backend/Cairo/Data/Result.hs Outdated Show resolved Hide resolved
@lukaszcz lukaszcz merged commit b472e8c into main Apr 11, 2024
4 checks passed
@lukaszcz lukaszcz deleted the cairo-disassemble branch April 11, 2024 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants