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

feature: allow to use -> for implication #9

Open
max397574 opened this issue Oct 2, 2024 · 0 comments
Open

feature: allow to use -> for implication #9

max397574 opened this issue Oct 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@max397574
Copy link

For my usecase we have to use -> for implication and can't use ->

I'm not sure if it is as simple as replacing all the occurences of -> with => here

text = str(text.replace("", "and").replace("", "or")).replace("¬", "not")

or if this would also change the table header
that's why I didn't open a pr

@Thumuss Thumuss added the enhancement New feature or request label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants