mirror of
https://github.com/processing/processing4.git
synced 2026-02-05 06:39:20 +01:00
checking in dmose parser and changes to make it usable
This commit is contained in:
@@ -58,10 +58,9 @@ public class PdePreprocessor {
|
||||
#endif
|
||||
};
|
||||
|
||||
static final int BEGINNER = 0;
|
||||
static final int INTERMEDIATE = 1;
|
||||
static final int ADVANCED = 2;
|
||||
|
||||
static final int BEGINNER = 0; // "static" according to the docs
|
||||
static final int INTERMEDIATE = 1; // "active"
|
||||
static final int ADVANCED = 2; // "java"
|
||||
static int programType = -1;
|
||||
|
||||
String tempClass;
|
||||
|
||||
Reference in New Issue
Block a user