fcml  1.2.2
Typedefs | Functions
fcml_dialect.h File Reference

Structures and functions related to dialects. More...

#include "fcml_lib_export.h"
Include dependency graph for fcml_dialect.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct fcml_st_dialect fcml_st_dialect
 Assembler dialect. More...
 

Functions

LIB_EXPORT void LIB_CALL fcml_fn_dialect_free (fcml_st_dialect *dialect)
 Frees dialect instance. More...
 

Detailed Description

Structures and functions related to dialects.

Functions and structures used for developing new dialects are not exposed as public API. If you are interested in implementing another dialect you have to use internal headers.

Typedef Documentation

◆ fcml_st_dialect

Assembler dialect.

Function Documentation

◆ fcml_fn_dialect_free()

LIB_EXPORT void LIB_CALL fcml_fn_dialect_free ( fcml_st_dialect dialect)

Frees dialect instance.

Frees all resources occupied by the dialect instance.

Parameters
dialectDialect to be freed.