Closed ollydev closed 3 years ago
Made defines a simple array. This is a lot faster with all the getState the compiler does.
getState
TLapeDefine = record Name, Value: lpString; end; TLapeDefineArray = array of TLapeDefine;
Added OnFindMacro property.
OnFindMacro
TLapeFindMacro = function(Sender: TLapeCompiler; Name: lpString; var Value: lpString): Boolean of object;
Made defines a simple array. This is a lot faster with all the
getState
the compiler does.Added
OnFindMacro
property.