fcml
1.2.2
|
Reusable result holder. More...
#include <fcml_parser.h>
Public Attributes | |
fcml_st_ceh_error_container | errors |
Parsing errors and warnings going here. More... | |
fcml_st_symbol * | symbol |
Defined symbol if there is any. More... | |
fcml_st_instruction * | instruction |
Parsed instruction as generic instruction model. More... | |
Reusable result holder.
fcml_st_ceh_error_container fcml_st_parser_result::errors |
Parsing errors and warnings going here.
fcml_st_instruction* fcml_st_parser_result::instruction |
Parsed instruction as generic instruction model.
fcml_st_symbol* fcml_st_parser_result::symbol |
Defined symbol if there is any.
Remember that this symbol is also stored in the context's symbol table. It is the symbol table that is the owner and that is responsible for freeing it.