enso/docs/parser/jvm-object-generation.md
2020-07-21 13:59:40 +01:00

577 B

layout title category tags order
developer-doc JVM Object Generation parser
parser
jvm
object-generation
10

JVM Object Generation

The JVM object generation phase is responsible for creating JVM-native objects representing the parser AST from the rust-native AST. This is required to allow the compiler and runtime to work with the AST.

The actionables for this section are:

  • Work out how on earth this is going to work.
  • Produce a detailed design for this functionality.