-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't parse System.Classes.pas #276
Comments
This issue is still the case and I found the cause: DelphiAST cannot handle |
@RomanYankovsky I'd suggest adding |
Snippet for
|
There are actually some more things that DelphiAST does not understand when it comes to conditionals - for example it is possible to write |
When attempting to parse the RTL's System.Classes.pas in "C:\Program Files (x86)\Embarcadero\Studio\20.0\source\rtl\System.Classes.pas" throws the error:
First chance exception at $7744C5AF. Exception class EParserException with message ''Begin' expected found 'initialization''. Process ProjectIndexerResearch.exe (1936)
The text was updated successfully, but these errors were encountered: