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

Allow comment after = in assignment #928

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

MarcelGarus
Copy link
Member

Closes: #485

Checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

@jwbot jwbot added the P: Compiler: Frontend Package: The compiler frontend label Feb 1, 2024
@jwbot
Copy link
Collaborator

jwbot commented Feb 1, 2024

The golden IRs have changed: fe82a8c..07d45cd

@jwbot
Copy link
Collaborator

jwbot commented Feb 22, 2024

The golden IRs have changed: 7f99bf4..b0b98e9

@JonasWanke JonasWanke added the T: Fix Type: Bug Fixes label Feb 28, 2024
@jwbot
Copy link
Collaborator

jwbot commented Apr 18, 2024

The golden IRs have changed: f96314e..d543ff0

@jwbot
Copy link
Collaborator

jwbot commented Apr 18, 2024

🐰Bencher

ReportThu, April 18, 2024 at 10:28:10 UTC
ProjectCandy
Branchfix-parser-error
TestbedGitHub Actions: Ubuntu 22.04
BenchmarkEstimated CyclesEstimated Cycles Results
estimated cycles
InstructionsInstructions Results
instructions
L1 AccessesL1 Accesses Results
accesses
L2 AccessesL2 Accesses Results
accesses
RAM AccessesRAM Accesses Results
accesses
Total AccessesTotal Accesses Results
total-accesses
compile: Examples/fibonacci.candy ➖ (view plot)1791937031.000➖ (view plot)1189021305.000➖ (view plot)1618441461.000➖ (view plot)10829660.000➖ (view plot)3409922.000➖ (view plot)1632681043.000
compile: Examples/helloWorld.candy ➖ (view plot)283687070.000➖ (view plot)175836813.000➖ (view plot)247534275.000➖ (view plot)1493443.000➖ (view plot)819588.000➖ (view plot)249847306.000
vm_runtime: Examples/fibonacci.candy 10➖ (view plot)183952153.000➖ (view plot)107448310.000➖ (view plot)151389648.000➖ (view plot)898053.000➖ (view plot)802064.000➖ (view plot)153089765.000
vm_runtime: Examples/helloWorld.candy ➖ (view plot)154574319.000➖ (view plot)88650139.000➖ (view plot)124975139.000➖ (view plot)699565.000➖ (view plot)745753.000➖ (view plot)126420457.000

Bencher - Continuous Benchmarking
View Public Perf Page
Docs | Repo | Chat | Help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P: Compiler: Frontend Package: The compiler frontend T: Fix Type: Bug Fixes
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Parser doesn't parse function with comment on same line
3 participants