-
Notifications
You must be signed in to change notification settings - Fork 21
Add some code examples #226
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
base: main
Are you sure you want to change the base?
Conversation
Benchmarking (Linux) factorialCompiling factorial (factorial.con) Benchmarking (Linux) fibCompiling fib (fib.con) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #226 +/- ##
=======================================
Coverage 56.29% 56.29%
=======================================
Files 25 25
Lines 5516 5516
=======================================
Hits 3105 3105
Misses 2411 2411 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Benchmarking (macOS) factorialCompiling factorial (factorial.con) Benchmarking (macOS) fibCompiling fib (fib.con) |
You cab preview the book locally with make book |
Thanks @edg-l! I previewed the book locally and looks fine |
Adds some code examples to the Concrete book, regarding basic language features.
I've not added documentation on these topics:
intrinsic
.lang_item
.Also, our
for
implementation is pretty flexible (Go-like), allowing something like this:I've not documented as I didn't know if we would keep it.
NOTE: Is there a way to preview the book before merging?