ExC v0.4.0 Common.ModuleCompilator View Source

Module in charge of show specific parts of the compilation.

Link to this section Summary

Functions

Specs

filepath is the path to the file to be compiled. all_trace every trace that has traveled.

Link to this section Functions

Link to this function

start_code_generator(file_path, all_trace)

View Source
Link to this function

start_lexer(file_path, all_trace)

View Source
Link to this function

start_parser(file_path, all_trace)

View Source
Link to this function

start_reader(file_path, _)

View Source

Specs

filepath is the path to the file to be compiled. all_trace every trace that has traveled.