| File doc/godi-frontc/html/code_VALCtoxml.convert_un.html | GODI Package godi-frontc |
| code_VALCtoxml.convert_un.html |
let convert_un op =
match op with
MINUS -> "neg"
| PLUS -> "pos"
| NOT -> "not"
| BNOT -> "bnot"
| MEMOF -> "memof"
| ADDROF -> "addrof"
| PREINCR -> "preinc"
| PREDECR -> "predecr"
| POSINCR -> "postinc"
| POSDECR -> "postdec"