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

fd (arp_lib.fd) #145

Open
lab313ru opened this issue Jul 26, 2020 · 3 comments
Open

fd (arp_lib.fd) #145

lab313ru opened this issue Jul 26, 2020 · 3 comments

Comments

@lab313ru
Copy link
Contributor

There is the following regex line: https://github.com/cnvogelg/amitools/blob/master/amitools/fd/FDFormat.py#L69
It cannot match a line like this (I found it in arp_lib.fd):

Input()

arp_lib.zip

@lab313ru
Copy link
Contributor Author

You should use the following regex to match this line too:

([A-Za-z][_A-Za-z00-9]+)\((.*?)\)(?:\((.*?)\))?

@lab313ru
Copy link
Contributor Author

Also, you should mention that there is the following line with the duplicate arg name:

Execute(string,file,file)(D1/D2/D3)

@lab313ru
Copy link
Contributor Author

lab313ru commented Jul 26, 2020

And also this line (there is a space):

Printf(string, stream)(a0/a1)

And this:

GetKeywordIndex(char *,char *)(A0/A1)

Just arg types instead of names.

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

1 participant