Added link to README about nasal demons.

This commit is contained in:
Jacob Shaffer
2016-11-14 08:45:10 -05:00
committed by Jakob Stoklund Olesen
parent 4192ba0532
commit a8cd8bc18b

View File

@@ -19,7 +19,7 @@ Cretonne is designed to be a code generator for WebAssembly with these design
goals: goals:
No undefined behavior No undefined behavior
Cretonne does not have a nasal demons clause, and it won't generate code Cretonne does not have a `nasal demons clause <http://www.catb.org/jargon/html/N/nasal-demons.html>`_, and it won't generate code
with unexpected behavior if invariants are broken. with unexpected behavior if invariants are broken.
Portable semantics Portable semantics
As far as possible, Cretonne's input language has well-defined semantics As far as possible, Cretonne's input language has well-defined semantics