Skip to content
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

TmwSimplePasPar.AttributeName missing ptStrConst #273

Open
ProHolz opened this issue Feb 6, 2019 · 2 comments
Open

TmwSimplePasPar.AttributeName missing ptStrConst #273

ProHolz opened this issue Feb 6, 2019 · 2 comments

Comments

@ProHolz
Copy link

ProHolz commented Feb 6, 2019

small issue in TmwSimplePasPar.AttributeName;
this will not be parsed correct:

 [test, 'GeoTest2']
  procedure GeoTest2;

Solution add :
case TokenID of
ptIn, ptOut, ptConst, ptVar, ptUnsafe , ptStringConst:
NextToken;
else

@bogdanpolak
Copy link

@ProHolz is it really correct Delphi syntax for Custom Attribute? I would expect something like that

[Test('GeoTest2')]

@ProHolz
Copy link
Author

ProHolz commented Jun 8, 2022

Wow,
after 3 Years ;-)
I think you are correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants