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

Fix parsing of chained unary and unary type operators #249

Merged
merged 1 commit into from
Apr 25, 2023

Conversation

c42f
Copy link
Member

@c42f c42f commented Apr 25, 2023

  • Parsing * <: A doesn't crash the parser
  • + <: A now parses correctly as (call-pre + (<:-pre A)).

Fixes part of #186

* Parsing `* <: A` doesn't crash the parser
* `+ <: A` now parses correctly as `(call-pre + (<:-pre A))`.
@codecov
Copy link

codecov bot commented Apr 25, 2023

Codecov Report

Merging #249 (133fbe5) into main (1515d8f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #249   +/-   ##
=======================================
  Coverage   96.47%   96.48%           
=======================================
  Files          15       15           
  Lines        3919     3922    +3     
=======================================
+ Hits         3781     3784    +3     
  Misses        138      138           
Impacted Files Coverage Δ
src/parser.jl 98.25% <100.00%> (+<0.01%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@c42f c42f merged commit ea8668f into main Apr 25, 2023
@c42f c42f deleted the c42f/fix-nested-unaries branch April 25, 2023 12:25
@c42f c42f mentioned this pull request Apr 25, 2023
9 tasks
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.

1 participant