mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 00:27:16 +03:00
577 B
577 B
layout | title | category | tags | order | |||
---|---|---|---|---|---|---|---|
developer-doc | JVM Object Generation | parser |
|
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.