Safe mode: Difference between revisions

251 bytes added ,  11 months ago
Added C3
m (Text formatting.)
(Added C3)
Line 38:
}
</syntaxhighlight>
 
=={{header|C3}}==
The C3 compiler has a `--fast` and a `--safe` mode respectively. The latter, intended for development, enables a wide range of checks from out-of-bounds checks and null dereference checks to runtime contracts with full stacktraces.
 
<!-- == Free Pascal == -->
38

edits