openjfx-compiler project on Java.net: The OpenJFX Compiler project is an OpenJFX incubator project. It will focus on creating a JavaFX compiler to translate JavaFX scripts into JVM class files (bytecode). This compiler will leverage and extend the JDK's javac compiler capabilities and, hence, will benefit from all of the engineering efforts that have already been put into javac.
Currently, the compiler is still in the early stages of its design and there is no compiler available yet. The source code from the project's Subversion repository can be built into a tool, which can compile simple, non-GUI JavaFX Script applications. But a full-language compiler is yet to be designed and developed.
We are opening this project so that the OpenJFX community members can participate in its design. We welcome participation by allowing the OpenJFX community members to browse the source code, review and address issues, contribute to the Wiki, and join the discussion aliases. Together we can define and develop a first-class compiler and runtime for the JavaFX Script language.