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

v0.7 compatability #65

Closed
wants to merge 25 commits into from
Closed

v0.7 compatability #65

wants to merge 25 commits into from

Conversation

ZacLN
Copy link
Contributor

@ZacLN ZacLN commented Jan 17, 2018

Dependents

  • #22089: allow suffixed operators in Tokenize
  • #24404: add operator to Tokenize
  • introduce specific literal types for bin/hex/oct to Tokenize
  • update AbstractTrees code for 0.7

CSTParser

  • #16356: disallow juxtaposition of bin/hex/octs
  • #24153: make <| right associative
  • #8470: replace cell1d and cell2d expr heads w/ braces and bracescat respectively
  • #21774: replace if head w/ elseif in elseif blocks
  • #21774: collect let assignments as in for blocks`
  • #21774: add :do head
  • #23157: rename datatype heads
  • #25391: add higher precedence for =>
  • #20575: disallow string literals juxtaposed (trailed) by a symbol
  • #18650: change handling of macro calls to arguments of generators/comprehensions
  • #16937: parse error on repeated argument names (implement?)
  • #22868: disallow @ macroname args (space)
  • #22868: disallow juxtaposition of symbol w/ macrocall (was already disallowed)
  • use GenericIOBuffer
  • use @nospecialize
  • add missing cell2d parsing

@ZacLN
Copy link
Contributor Author

ZacLN commented Jan 29, 2018

The suffixing of operators will require a bit of a rethink on Token kinds...

@KristofferC
Copy link
Contributor

I have a pr for that though. Any opinions on that. JuliaLang/Tokenize.jl#117

@ZacLN
Copy link
Contributor Author

ZacLN commented Jun 8, 2018

EDIT: scratch that

REQUIRE Outdated
@@ -1,2 +1,2 @@
julia 0.7.0
Tokenize 0.4.0
Tokenize
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tokenize 0.5.0?

@ZacLN ZacLN closed this Aug 26, 2018
@ZacLN ZacLN deleted the v0.7compat branch August 26, 2018 15:45
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

Successfully merging this pull request may close these issues.

None yet

2 participants