[erlang-questions] Help with erl_parse / epp
Brian Candler
B.Candler@REDACTED
Thu Dec 10 18:40:22 CET 2009
On Thu, Dec 10, 2009 at 06:17:13PM +0100, Richard Carlsson wrote:
> It scans until it has found a "full stop" token, (represented
> as {dot,Line}). In the source, this is a '.' character followed
> by whitespace or eof. For example:
Thank you, I see now.
Is there a particular reason why it's better to do it there, rather than in
the grammar? i.e.
forms -> forms form.
forms -> form.
More information about the erlang-questions
mailing list