mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
Backend refactoring: KjcEngine has been split up into separate classes for preprocessing, compiling, and running.
This commit is contained in:
11
app/PdePreprocessor.java
Normal file
11
app/PdePreprocessor.java
Normal file
@@ -0,0 +1,11 @@
|
||||
// This class will be the new CUP-generated preprocessor.
|
||||
//
|
||||
public class PdePreprocessor {
|
||||
|
||||
public PdePreprocessor() {
|
||||
}
|
||||
|
||||
public String writeJava(String name, boolean kjc) {
|
||||
return "This class is currently purely abstract";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user