The Erlang code preprocessor includes functions which are used
by
The Erlang source file
%% coding: utf-8
%% For this file we have chosen encoding = Latin-1
%% -*- coding: latin-1 -*-
Handle to the epp server.
Opens a file for preprocessing.
If
Equivalent to
Equivalent to
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
If
Equivalent to
Returns the default encoding of Erlang source files.
Returns a string representation of an encoding. The string
is recognized by
Read the
The option
Read the
The option
Reads the
Returns the read encoding, or
Reads the
Returns the read encoding, or
Takes an
The
{ErrorLine, Module, ErrorDescriptor}
A string which describes the error is obtained with the following call:
Module:format_error(ErrorDescriptor)