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

feat: Introduce REF= #1249

Closed
wants to merge 5 commits into from
Closed

feat: Introduce REF= #1249

wants to merge 5 commits into from

Conversation

volsa
Copy link
Member

@volsa volsa commented Jun 20, 2024

No description provided.

Comment on lines +162 to +164
#[token("REF=")]
KeywordReferenceAssignment,

Copy link
Member Author

Choose a reason for hiding this comment

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

How strict do we want to be here, i.e. should spaces between REF and = be allowed or no?

Copy link
Member

Choose a reason for hiding this comment

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

I'd treat this the same as e.g. : =

@volsa volsa marked this pull request as ready for review June 20, 2024 08:04
@volsa volsa requested review from mhasel and ghaith June 20, 2024 08:59
@volsa volsa changed the title feat: Introduce REF= operator feat: Introduce REF= Jun 24, 2024
@volsa volsa marked this pull request as draft June 25, 2024 08:39
Copy link

codecov bot commented Jun 25, 2024

Codecov Report

Attention: Patch coverage is 86.84211% with 5 lines in your changes missing coverage. Please review.

Project coverage is 91.18%. Comparing base (be78df6) to head (acd5770).
Report is 39 commits behind head on master.

Files Patch % Lines
compiler/plc_ast/src/visitor.rs 0.00% 4 Missing ⚠️
src/codegen/generators/statement_generator.rs 93.75% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1249      +/-   ##
==========================================
+ Coverage   91.11%   91.18%   +0.07%     
==========================================
  Files         153      155       +2     
  Lines       44816    45521     +705     
==========================================
+ Hits        40833    41508     +675     
- Misses       3983     4013      +30     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@volsa
Copy link
Member Author

volsa commented Jun 25, 2024

Closing this in favor of #1251

@volsa volsa closed this Jun 25, 2024
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.

2 participants