-
Notifications
You must be signed in to change notification settings - Fork 8
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
Some parts of the language are not discussed in the tutorial #4
Comments
I've made a note of these at the end of tutorial.adoc
…On Fri, Apr 26, 2024 at 12:08 PM peterohanley ***@***.***> wrote:
- cn_function
- pack
- bitwise functions (operators are not present in the logical language)
—
Reply to this email directly, view it on GitHub
<https://urldefense.com/v3/__https://github.com/rems-project/cn-tutorial/issues/4__;!!IBzWLUs!XU0VdtYNPl5m6Qam-p51cXbel4aYHCdmdSzvr8gPBD2lDAofrzAaOFZrNU7tQDXOcPVsDiz9gjmkqwkzQKeyAdvm59xF$>,
or unsubscribe
<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ABVQQC3RHQJO4G2BYGQN74LY7J3ZNAVCNFSM6AAAAABG3BMS5SVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI3DMMBZGQ4DMOI__;!!IBzWLUs!XU0VdtYNPl5m6Qam-p51cXbel4aYHCdmdSzvr8gPBD2lDAofrzAaOFZrNU7tQDXOcPVsDiz9gjmkqwkzQKeyATacaboi$>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
rems-project/cerberus#230 (comment) Just adding here so that it's logged somewhere. You can also have arguments, but the most common case is for constants. |
And this (MIN/MAX{u,i}{8,16,32,64})... |
It's possible sometimes to write |
I also don't see any mention of |
Would you be willing to write up the example in the style of the tutorial
and add an exercise or two (or three) to give readers a chance to try it
out themselves? (Just bullet points is fine if you are pressed for time,
but it's really helpful to capture the experience of "oh, here's what I
would have needed to be explained to understand how to use this for what I
wanted..." from the inside!)
…On Fri, Jul 19, 2024 at 7:24 PM Sam Cowger ***@***.***> wrote:
I also don't see any mention of instantiate in the tutorial. It turned
out to be necessary for a spec that I wanted to write, which I hope to
include in the archive via #49
<https://urldefense.com/v3/__https://github.com/rems-project/cn-tutorial/pull/49__;!!IBzWLUs!QH6_ep_FZ98wtBDCrVPNgFG9q1RxiXlhaOgzYDEN15PuJbpr9osO-GoKEyc5EC-gSUAd-cmlrRd6zwQxUCnKpD8m2dcH$>.
That example turned out to be a good way for me and @septract
<https://urldefense.com/v3/__https://github.com/septract__;!!IBzWLUs!QH6_ep_FZ98wtBDCrVPNgFG9q1RxiXlhaOgzYDEN15PuJbpr9osO-GoKEyc5EC-gSUAd-cmlrRd6zwQxUCnKpBNIFW3v$>
to learn about the semantics of instantiate - perhaps it (or something
like it) would be a good addition to the tutorial as well.
—
Reply to this email directly, view it on GitHub
<https://urldefense.com/v3/__https://github.com/rems-project/cn-tutorial/issues/4*issuecomment-2240627504__;Iw!!IBzWLUs!QH6_ep_FZ98wtBDCrVPNgFG9q1RxiXlhaOgzYDEN15PuJbpr9osO-GoKEyc5EC-gSUAd-cmlrRd6zwQxUCnKpNsc21Vh$>,
or unsubscribe
<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ABVQQC73VD3NNJDW7IR5W53ZNGN37AVCNFSM6AAAAABG3BMS5SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBQGYZDONJQGQ__;!!IBzWLUs!QH6_ep_FZ98wtBDCrVPNgFG9q1RxiXlhaOgzYDEN15PuJbpr9osO-GoKEyc5EC-gSUAd-cmlrRd6zwQxUCnKpKHTj-T8$>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sure, I'll do that. |
We have now disabled This still leaves bitwise functions and |
cn_function
pack
The text was updated successfully, but these errors were encountered: