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

XMIR to Bytecode transformation via XSL #549

Open
volodya-lombrozo opened this issue Apr 5, 2024 · 0 comments
Open

XMIR to Bytecode transformation via XSL #549

volodya-lombrozo opened this issue Apr 5, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@volodya-lombrozo
Copy link
Member

We parse XMIR using classes from the org.w3c.dom package and, in some cases, jcabi-xml. However, it would be much better to apply XSL transformations instead of parsing each block of XML manually using separate Java routines. In other words, we want:

  1. To have one or several xsl scripts that would transform XMIR into bytecode.
  2. Since xsl transformations are text-to-text based, we might need an additional textual representation of bytecode, which we will be able to map to bytes
@volodya-lombrozo volodya-lombrozo added enhancement New feature or request good first issue Good for newcomers labels Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant