sampottinger / processing

Source code for the Processing Core and Development Environment (PDE)
http://processing.org
Other
10 stars 1 forks source link

[master] Opened access to Java 11 language features. #106

Closed sampottinger closed 5 years ago

sampottinger commented 5 years ago

Moved from Java 8 to Java 11 for Compiler and JDT. Also added gramatical support for local variable type inference (var). Related to #105.