Unifex v0.2.3 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
Link to this section Functions
Link to this function
parse_specs(specs)
View Source
parse_specs(specs)
View Source
parse_specs(specs :: Macro.t()) :: parsed_specs_t()
parse_specs(specs :: Macro.t()) :: parsed_specs_t()
Parses Unifex specs of native functions.