Added bytecode output.
This commit is contained in:
@ -37,10 +37,11 @@ public:
|
||||
void AddLabel(SymbolList::Symbol *sym, int cip);
|
||||
LabelMngr::Label *FindLabel(std::string &sym);
|
||||
int GetCip(std::string &sym);
|
||||
void Clear();
|
||||
private:
|
||||
std::vector<LabelMngr::Label *> List;
|
||||
public:
|
||||
static const int ncip = -1;
|
||||
};
|
||||
|
||||
#endif //_INCLUDE_AMXLABEL_H
|
||||
#endif //_INCLUDE_AMXLABEL_H
|
||||
|
Reference in New Issue
Block a user