The Erlang code preprocessor includes functions which are used
by
Opens a file for preprocessing.
Closes the preprocessing of a file.
Returns the next Erlang form from the opened Erlang source file.
The tuple
Preprocesses and parses an Erlang source file.
Note that the tuple
The
{ErrorLine, Module, ErrorDescriptor}
A string which describes the error is obtained with the following call:
Module:format_error(ErrorDescriptor)