[Lazarus] Code explorer implementation
Ryan Joseph
genericptr at gmail.com
Sat Sep 14 19:58:26 CEST 2019
A follow up. I built the parsepp.pp program and used it to parse a file. Everything seems to work except it tries to follow include macros (that would be nice to turn off since it requires compiler flags to work properly) and += operators are causing errors. Why doesn’t it know c style operators?
EParserError: Identifier expected at token "=" in file /Users/ryanjoseph/Desktop/parser_test.pas at line 5 column 6
program test;
begin
i += 1;
end.
Regards,
Ryan Joseph
More information about the lazarus
mailing list