c2ats
c2ats copied to clipboard
Translate function body in C language into ATS
It's very hard issue.
https://hackage.haskell.org/package/language-c-0.5.0/docs/Language-C-Syntax-AST.html#t:CStatement
The language-c has define of statement in C.
Think about state machine to emulate goto statement.