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

Finish code generation interface #15

Closed
Tracked by #12
dynafide opened this issue Nov 2, 2022 · 1 comment
Closed
Tracked by #12

Finish code generation interface #15

dynafide opened this issue Nov 2, 2022 · 1 comment
Labels
enhancement New feature or request Resurgence Planned Feature Planned feature for Resurgence

Comments

@dynafide
Copy link
Collaborator

dynafide commented Nov 2, 2022

We need to finish implementing the codegen (Code Generation) API for compilers to use to simplify the process of generating bytecode. This will help eliminate the need to rewrite the code generator and manually outputting the byte code format byte-for-byte. This will also help simplify the effort to rewrite our RASM assembler program in Rust.

@dynafide dynafide added enhancement New feature or request Resurgence Planned Feature Planned feature for Resurgence labels Nov 2, 2022
@StandingPadAnimations
Copy link
Member

This is finished now

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

No branches or pull requests

2 participants