|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
These tutorials build from the exact public Cortado API. Their code-generation examples are compiled as the rpnx_cortado_tutorial_codegen executable, so the syntax shown here is kept in step with the library.
max_stack, max_locals, StackMapTable, hierarchy resolution, and debug metadata.Start with the first tutorial when generating a class from scratch. Compiler backend authors will usually also want the control-flow and verifier tutorials before using the exact instruction model.
The shorter getting-started page remains a compact API orientation, while the architecture guide explains the owning data model and strict/tooling boundary.