mirjit.c2mir

mirjit.c2mir — bindings to c2mir/c2mir.h (the C11 -> MIR frontend).

Available only when MIR is built with c2mir (compile c2mir/c2mir.c into the link). See the :c2mir dub configuration.

Public Imports

mirjit.types
public import mirjit.types;
Undocumented in source.

Members

Aliases

c2mir_getc_func_t
alias c2mir_getc_func_t = int function(void* data)

Reader callback: returns the next char of source, or EOF.

Structs

c2mir_macro_command
struct c2mir_macro_command
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c2mir_options
struct c2mir_options
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.