Skip to content

where is CSTParser.BinarySyntaxOpCall? #102

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

Closed
aminya opened this issue Aug 15, 2019 · 1 comment
Closed

where is CSTParser.BinarySyntaxOpCall? #102

aminya opened this issue Aug 15, 2019 · 1 comment
Labels

Comments

@aminya
Copy link
Contributor

aminya commented Aug 15, 2019

I am trying to upgrade Deprecations.jl for FemtoCleaner. In Deprecations code CSTParser.BinarySyntaxOpCall is used a lot like here.

I found its definition here.

What has happened to this in recent versions?

@davidanthoff davidanthoff added this to the Backlog milestone Nov 7, 2019
@ZacLN
Copy link
Contributor

ZacLN commented Nov 27, 2019

Sorry for the delayed reply. Dedicated expression datatypes (e.g. BinarySyntaxOpCall, UnaryOpCall, etc.) were replaced by a single expression type (EXPR). The 'type' of expressions are now stored in the .typ field which should be accessed using CSTParser.typof(x::EXPR).

The change was made for increasing parsing speed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants