-
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
initial progress for multiple packages #123
Conversation
Benchmarking factorialCompiling factorial (factorial.con) Benchmarking fibCompiling fib (fib.con) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #123 +/- ##
==========================================
+ Coverage 61.71% 61.74% +0.02%
==========================================
Files 25 25
Lines 4532 4530 -2
==========================================
Hits 2797 2797
+ Misses 1735 1733 -2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments. I think it needs some docs
The project builder now allows to have a binary and a library at the same time via a main.con and lib.con.
I also changed the way file discovery is done, it starts from lib.con and main.con and via the
"mod <name>"
declarations it imports and parses the requested modulesI think with this we can start to structure a stdlib