pip install -r requirements.txtPlace jvm2json.exe in the utils directory.
python utils/java2json.pyOr watch for changes in Java files
python utils/java2json.py -wpython src/main.py {codebase} [dynamic/[symbolic]]Example:
python src/main.py constant_becomes_equal dynamic
# or
python src/main.py constant_becomes_equalpython src/perf.py {codebase}pytest testsCodebase are meant to test isolated scenarios and are meant to not change much over time so we can write unit test for them. If you need to test how bytecode is generated consider using the scratch codebase.