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

Julia #97

Closed
czylabsonasa opened this issue Aug 2, 2022 · 3 comments
Closed

Julia #97

czylabsonasa opened this issue Aug 2, 2022 · 3 comments
Labels
committed Issue fixed in repository but not in release julia Caused by the julia lexer

Comments

@czylabsonasa
Copy link

# character constant after a != operator confuses the parser: see

@nyamatongwe nyamatongwe added the julia Caused by the julia lexer label Aug 2, 2022
@nyamatongwe
Copy link
Member

That is interpreting the ' as adjoint .

a trailing apostrophe is the adjoint (that is, the complex transpose) operator Aᴴ

The lexer maintains a transpose state to differentiate this use from Char literals.

@getzze getzze mentioned this issue Aug 3, 2022
@nyamatongwe nyamatongwe added the committed Issue fixed in repository but not in release label Aug 6, 2022
@nyamatongwe
Copy link
Member

Pull request #98 committed.

@nyamatongwe
Copy link
Member

Included in 5.1.9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
committed Issue fixed in repository but not in release julia Caused by the julia lexer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants