T-->modulenameParser conversion error
Status: Alpha
Brought to you by:
patrickconnors
Sometimes in new methods in the parser frame the output
looks like this:
function T-->modulenameParser.GetNextString: string;
begin
LookAheadString(Result);
end;
function T-->modulenameParser.DebugLine : integer;
begin
result := fStrLst.Count-1;
end;
function T-->modulenameParser.DebugPos : integer;
begin
result :=
Length(fStrLst.Text)-(Length(fStrLst.Strings[fStrLst.Count-1]));
end;
Procedure T-->modulenameParser.ProductionStart( str :
string );
Begin
...
End;
I tried cutting and pasting from methods that work, and
it did not fix anything. I can fix it fast enough in
Delphi, but it's a pain.
Parser frame is included, if it helps (actually,even if
it doesn't ;) ).
parser frame