So far as i know the Misra C is not dialect C or its standart. It is just the 
bunch of the rules about safe C codinig (for programmers). Of course Nim 
translator makes C version of Nim program. But it is **not for human** it is 
for C compiler. C compiler generates low level platform dependent code. So 
technicaly it is possible to generate C code taking in account the Misra C 
rules... but I doubt if sombody realy will want it - i just see no reason.

Reply via email to