Skip to content

v3.3.4

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 15:18

CSTParser v3.3.4

Diff since v3.2.4

Closed issues:

  • Should errors in the base comparison fail the tests? (#158)
  • Parsing error (#302)
  • Parse error (#304)
  • is_func_call can return nothing (#306)
  • Expr constructor sometimes returns a Symbol, Bool, etc (#308)
  • Too broad recognition of nonstd identifier in import (#310)
  • Interpolation expands too much in import (#311)
  • plus_minus, minus_plus are not recognized as unary ops (#317)
  • New multi-dimensional syntax not parsed the same as Meta.parse (#320)
  • JET self test (#321)
  • Track the number of semicolons in multidimensional expressions (#323)
  • peekchar error in Atom (#327)
  • Parsing @doc macro with trailing newline errors (#328)
  • Parsing error? (#333)
  • Stop parsing when it occurs to lambda function assignment (#334)
  • Return information about when state errored (#335)
  • const field support (#336)
  • Incorrect Parse in global statement (#339)
  • Possible error in import parsing (#340)
  • Parser error with raw string with $ followed by multiline string (#341)
  • Incorrect parsing with global const ... (#342)
  • CSTParser cannot parse for loops in a quoted macro (#345)

Merged pull requests: