checking in dmose parser and changes to make it usable

This commit is contained in:
benfry
2003-09-02 01:53:44 +00:00
parent bb521be137
commit 1744dc8820
9 changed files with 527 additions and 296 deletions

View File

@@ -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;