Pifile
Provides file handling. More...
Functions | |
void | write_compiler_expression_to_file (char *file_name, cell *to_compilate) |
void | write_compiler_to_file (char *file_name) |
void | write_program_to_file (char *file_name, char *program_text) |
cell * | parse_file (char *file_path) |
Detailed Description
Provides file handling.
Function Documentation
cell* parse_file | ( | char * | file_path | ) |
void write_compiler_expression_to_file | ( | char * | file_name, |
cell * | to_compilate | ||
) |
void write_compiler_to_file | ( | char * | file_name | ) |
void write_program_to_file | ( | char * | file_name, |
char * | program_text | ||
) |