10:2c0f76090372 | 11:f08abacb46c9 |
---|---|
59 str filepath; | 59 str filepath; |
60 unsigned int pos; | 60 unsigned int pos; |
61 unsigned int curline; | 61 unsigned int curline; |
62 unsigned int curchar; | 62 unsigned int curchar; |
63 str token; | 63 str token; |
64 bool atnewline; | |
65 bool extdelimeters; | |
66 | 64 |
67 // ==================================================================== | 65 // ==================================================================== |
68 // METHODS | 66 // METHODS |
69 // scriptreader.cxx: | 67 // scriptreader.cxx: |
70 ScriptReader (str path); | 68 ScriptReader (str path); |
83 | 81 |
84 // parser.cxx: | 82 // parser.cxx: |
85 void BeginParse (ObjWriter* w); | 83 void BeginParse (ObjWriter* w); |
86 | 84 |
87 private: | 85 private: |
88 bool nextreintepret; | 86 bool atnewline; |
89 char c; | 87 char c; |
90 void ParserMessage (const char* header, char* message); | 88 void ParserMessage (const char* header, char* message); |
91 }; | 89 }; |
92 | 90 |
93 #endif // __SCRIPTREADER_H__ | 91 #endif // __SCRIPTREADER_H__ |