Skip to content

Commit

Permalink
Update tutorial.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cp526 authored Jun 5, 2024
1 parent 0ef3e1d commit 2973b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tutorial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ body > .sourceCode {

// __________________________________________________________________________

= CN tutorial
= CN tutorial (work in progress)

CN is a type system for verifying C code, focusing especially on low-level systems code. Compared to the normal C type system, CN checks not only that expressions and statements follow the correct typing discipline for C-types, but also that the C code executes _safely_ — does not raise C undefined behaviour — and _correctly_ — according to strong user-defined specifications. To accurately handle the complex semantics of C, CN builds on the https://github.com/rems-project/cerberus/[Cerberus semantics for C].

Expand Down

0 comments on commit 2973b6c

Please sign in to comment.