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

standalone comment chars * and / not handled properly #16

Open
gojimmypi opened this issue Jan 2, 2020 · 0 comments
Open

standalone comment chars * and / not handled properly #16

gojimmypi opened this issue Jan 2, 2020 · 0 comments

Comments

@gojimmypi
Copy link
Owner

gojimmypi commented Jan 2, 2020

current logic does not properly distinguish comment chars: // and /* and */ from division and multiplication operators as noted in #10.

Workaround: pad with spaces.

see VerilogHelperFunctions.cs : IsDelimiter()

@gojimmypi gojimmypi changed the title standalone comment chars * and / not handled properly standalone comment chars * and / not handled properly Jan 2, 2020
gojimmypi added a commit that referenced this issue May 3, 2020
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