objectionary / eo-phi-normalizer

Command Line Normalizer and Rewriter of 𝜑-calculus Expressions (part of EOLANG family)
https://www.objectionary.com/eo-phi-normalizer/
MIT License
7 stars 2 forks source link

Set up a pipeline for a small java program #438

Open deemp opened 2 months ago

deemp commented 2 months ago

Details

We want to see the full pipeline for a single Java program in our CI.

We need Java -> Java bytecode -> EO -> PHI - Normalized PHI -> EO -> Java bytecode

Subtasks