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
--
_______________________________________________
lazarus mailing list
[email protected]
https://lists.lazarus-ide.org/listinfo/lazarus