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

Convert GS2 Bytecode to an AST using the CFG #17

Open
wants to merge 31 commits into
base: main
Choose a base branch
from

Conversation

cernec1999
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Jan 6, 2025

Codecov Report

Attention: Patch coverage is 78.16349% with 390 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
gbf_core/src/decompiler/ast/visitors/emitter.rs 68.60% 75 Missing and 6 partials ⚠️
...f_core/src/decompiler/handlers/variable_operand.rs 44.87% 41 Missing and 2 partials ⚠️
...core/src/decompiler/function_decompiler_context.rs 71.73% 33 Missing and 6 partials ⚠️
gbf_core/src/decompiler/region.rs 65.74% 37 Missing ⚠️
gbf_core/src/decompiler/handlers/bin_op.rs 38.09% 23 Missing and 3 partials ⚠️
gbf_core/src/decompiler/function_decompiler.rs 81.30% 14 Missing and 9 partials ⚠️
gbf_core/src/decompiler/ast/ssa.rs 54.34% 21 Missing ⚠️
gbf_core/src/decompiler/ast/member_access.rs 72.00% 7 Missing and 7 partials ⚠️
gbf_core/src/decompiler/ast/literal.rs 75.51% 12 Missing ⚠️
gbf_core/src/decompiler/handlers/literal.rs 52.38% 6 Missing and 4 partials ⚠️
... and 18 more
Files with missing lines Coverage Δ
gbf_core/src/bytecode_loader.rs 96.53% <ø> (ø)
gbf_core/src/cfg_dot.rs 100.00% <100.00%> (ø)
gbf_core/src/decompiler/ast/ast_enum_type.rs 100.00% <100.00%> (ø)
gbf_core/src/decompiler/ast/func_call.rs 100.00% <100.00%> (ø)
...f_core/src/decompiler/ast/visitors/emit_context.rs 100.00% <100.00%> (ø)
gbf_core/src/decompiler/handlers/mod.rs 100.00% <100.00%> (ø)
gbf_core/src/decompiler/handlers/nop.rs 100.00% <100.00%> (ø)
gbf_core/src/graal_io.rs 96.33% <ø> (ø)
gbf_core/src/instruction.rs 100.00% <ø> (ø)
gbf_core/src/lib.rs 100.00% <ø> (ø)
... and 32 more

@cernec1999
Copy link
Collaborator Author

Failed CI step due to Rust nightly: rust-lang/rust#135235

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.

1 participant