v2.3.0
CSTParser v2.3.0
Closed issues:
- Invalid character literal (#141)
- BoundsError: attempt to access String (#142)
- parsing error for
@macro :+ 3(#154) - KeyError: key Tokenize.Tokens.RPAREN not found (#164)
- MethodError: no method matching iterate(::Nothing) (#170)
Merged pull requests:
- fix for toolongchars (#153) (@ZacLN)
- don't treat quoted ops as ops (#155) (@ZacLN)
- set parent in mErrorToken (#156) (@ZacLN)
- Improve test output (#157) (@davidanthoff)
- some tidying (#161) (@ZacLN)
- Fix ParseState.errored flag and add has_error() function (#162) (@c42f)
- Julia Package Butler Updates (#163) (@github-actions[bot])
- Handle missing colon in ? expr (#165) (@ZacLN)
- Compute text offsets in
show(#167) (@c42f) - show(::EXPR) refinement: print range in source string (#168) (@c42f)
- some cleaning (#169) (@ZacLN)
- check for no val in :string conversion (#171) (@ZacLN)