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

Feat: Implement Casm Assembler #44

Merged
merged 10 commits into from
Sep 18, 2023
Merged

Feat: Implement Casm Assembler #44

merged 10 commits into from
Sep 18, 2023

Conversation

rodrigo-pino
Copy link
Contributor

@rodrigo-pino rodrigo-pino commented Sep 7, 2023

Adds a Cairo Assembler to the project. Fix #43

Complete implementation with 92.2% test coverage

@rodrigo-pino rodrigo-pino marked this pull request as ready for review September 8, 2023 00:03
Copy link
Contributor

@joshklop joshklop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reading through the grammar and comparing it to the whitepaper right now. Planning to look at the assembler once I understand the grammar better.

pkg/assembler/grammar.go Outdated Show resolved Hide resolved
pkg/assembler/grammar.go Outdated Show resolved Hide resolved
pkg/assembler/grammar.go Outdated Show resolved Hide resolved
pkg/assembler/grammar.go Outdated Show resolved Hide resolved
@rodrigo-pino rodrigo-pino merged commit 696d38d into main Sep 18, 2023
3 checks passed
@rodrigo-pino rodrigo-pino deleted the feat-casm-assembler branch September 18, 2023 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement a CASM Assembler
2 participants