Unifex v0.1.0 Unifex.SpecsParser View Source

Module that handles parsing Unifex specs for native boilerplate code generation.

For information on how to create such specs, see Unifex.Specs module.

Link to this section Summary

Functions

Parses Unifex specs of native functions

Link to this section Types

Link to this type parsed_specs_t() View Source
parsed_specs_t() :: [module: module(), fun_specs: tuple()]

Link to this section Functions

Link to this function parse_specs(specs) View Source
parse_specs(specs :: Macro.t()) :: parsed_specs_t()

Parses Unifex specs of native functions.