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
Set subtraction is translated to the # symbol. Flex doesn't seem to work with patterns containing this symbol. According to this manual this is invalid syntax.
#
Code: https://github.com/BNFC/bnfc/blob/master/source/src/BNFC/Backend/CPP/NoSTL/RegToFlex.hs#L52
The text was updated successfully, but these errors were encountered:
Ah, thanks for reporting. That explains why my token definition is not working. ;)
It seems that the syntax [...]{-}[...] could be used for subtraction in some cases at least.
[...]{-}[...]
Sorry, something went wrong.
Fixed in PR #238.
[ changelog ] Justin Meiners closed #237, #238, #239
2f93d35
andreasabel
Successfully merging a pull request may close this issue.
Set subtraction is translated to the
#
symbol. Flex doesn't seem to work with patterns containing this symbol. According to this manual this is invalid syntax.Code:
https://github.com/BNFC/bnfc/blob/master/source/src/BNFC/Backend/CPP/NoSTL/RegToFlex.hs#L52
The text was updated successfully, but these errors were encountered: