Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Functions
afw_compile_parse.c File Reference

Adaptive Framework Compiler Parser. More...

#include "afw_internal.h"

Go to the source code of this file.

Functions

 afw_compile_create_contextual (afw_compile_parser_t *parser, afw_size_t start_offset, afw_size_t size)
 
 afw_compile_create_source_location_impl (afw_compile_parser_t *parser, afw_size_t start_offset)
 
 afw_compile_parse_reference_create (afw_compile_parser_t *parser, const afw_compile_value_contextual_t *contextual, const afw_utf8_t *identifier)
 
 afw_compile_parse_set_error_z (afw_compile_parser_t *parser, const afw_utf8_z_t *source_z, const afw_utf8_z_t *message_z)
 
 afw_compile_parse_set_error_fz (afw_compile_parser_t *parser, const afw_utf8_z_t *source_z, const afw_utf8_z_t *format_z,...)
 
 afw_compile_parse_variable_reference_create (afw_compile_parser_t *parser, const afw_compile_value_contextual_t *contextual, afw_compile_internal_assignment_type_t assignment_type, const afw_utf8_t *identifier)
 
 afw_compile_parse_get_symbol_entry (afw_compile_parser_t *parser, const afw_utf8_t *name)
 
 afw_compile_parse_get_local_symbol_entry (afw_compile_parser_t *parser, const afw_utf8_t *name)
 
 afw_compile_parse_add_symbol_entry (afw_compile_parser_t *parser, const afw_utf8_t *name)
 
 afw_compile_parse_link_new_value_block (afw_compile_parser_t *parser, afw_size_t start_offset)
 
 afw_compile_parse_check_symbol (afw_compile_parser_t *parser, const afw_utf8_t *name, const afw_value_t *value, afw_compile_internal_assignment_type_t assignment_type, afw_size_t symbol_cursor)
 
 afw_compile_parse_Hybrid (afw_compile_parser_t *parser)
 

Detailed Description

Adaptive Framework Compiler Parser.

Definition in file afw_compile_parse.c.