Fixed many parsing and logic bugs.

Finished more opcodes.
This commit is contained in:
David Anderson
2004-08-07 17:07:50 +00:00
parent a1e955370b
commit e61fa39515
8 changed files with 489 additions and 160 deletions

View File

@ -57,6 +57,8 @@ void DataMngr::Add(std::string &s, CExpr &expr, bool db)
((p->e.GetType() == Val_Number) ?
cellsize : p->e.Size() * cellsize);
}
List.push_back(D);
}
DataMngr::Datum *DataMngr::FindData(std::string &sym)