-
Notifications
You must be signed in to change notification settings - Fork 11
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
Module Constants #127
Module Constants #127
Conversation
Benchmarking factorialCompiling factorial (factorial.con) Benchmarking fibCompiling fib (fib.con) |
db75c86
to
0340db8
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #127 +/- ##
==========================================
+ Coverage 61.97% 62.39% +0.41%
==========================================
Files 25 25
Lines 4610 4696 +86
==========================================
+ Hits 2857 2930 +73
- Misses 1753 1766 +13 ☔ View full report in Codecov by Sentry. |
6f655d1
to
b2f12bd
Compare
This allows to look for defined constants if no path was found
b2f12bd
to
3311667
Compare
closes #75
Adds support for simple literal constants:
The constant reference is resolved in the IR, by replacing it by the constant value.