97 DataBuffer* ParseCommand (CommandDef* comm); |
97 DataBuffer* ParseCommand (CommandDef* comm); |
98 DataBuffer* ParseExpression (int reqtype); |
98 DataBuffer* ParseExpression (int reqtype); |
99 DataBuffer* ParseAssignment (ScriptVar* var); |
99 DataBuffer* ParseAssignment (ScriptVar* var); |
100 int ParseOperator (bool peek = false); |
100 int ParseOperator (bool peek = false); |
101 DataBuffer* ParseExprValue (int reqtype); |
101 DataBuffer* ParseExprValue (int reqtype); |
|
102 void AddBlockMark (ObjWriter* w, word dataheader); |
102 |
103 |
103 // preprocessor.cxx: |
104 // preprocessor.cxx: |
104 void PreprocessDirectives (); |
105 void PreprocessDirectives (); |
105 void PreprocessMacros (); |
106 void PreprocessMacros (); |
106 |
107 |