Next: Software Methods, Previous: Implementation, Up: Implementation [Contents][Index]
The following types of software objects are supported.
General assembler backend used to manipulate .s
text assembler.
C abstract syntax trees using C Intermediate Language (CIL) (see http://kerneis.github.io/cil/).
C language (including C
, C++
, C#
, etc...)
abstract syntax trees using the C Language frontend for LLVM (see
http://clang.llvm.org/).
Low Level Virtual Machine (LLVM) (see http://llvm.org) intermediate representation (IR).
Executable Linkable Format (ELF) binaries in MIPS architectures.
Executable Linkable Format (ELF) binaries in x86 architectures.
Common Lisp source code.