Hi,<br><br>This is my first try to contribute to an open source project, so i hope that everything is fine! :)<br><br>You'll find my patch to introduce Erlang support, made against SVN n3981, in attached file.<br><br>This patch includes support for :<br>

- Reserved words<br>- Built-in functions (BIFs)<br>- Preprocessor instructions<br>- Modules / compilator attributes<br>- EDoc ( <a href="http://erlang.org/doc/apps/edoc/index.html" target="_blank">http://erlang.org/doc/apps/edoc/index.html</a> )<br>

- EDoc Macros<br>- Module compilation ( erlc "%f" )<br>- Running a module, module must have a main/0 entry point ( erl -noshell -run "%e" main -run erlang halt )<br><br>Please, can someone check this patch and maybe commit it?<br>

<br>Thanks,<br><br>lenain<br>