[erlang-questions] about syntax tools
Andrew Kondratovich
andrew.kondratovich@REDACTED
Wed Aug 10 17:54:28 CEST 2011
Looking through Erlang sources I have found out that there are many ways to
parse and compile the code. In general way there is transformation like Code
-> Tokens -> Forms ->...
But functions for these transformations can be found in many modules:
erl_scan, erl_parse, compile, epp, io - theese are only those that have
seen. Functions from that modules often do the same work.
What for such variety ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110810/f3a660d1/attachment.htm>
More information about the erlang-questions
mailing list