<div dir="ltr">Hi,<div><br></div><div>I was experimenting with yecc and the Erlang grammar (taken from stdlib sources), but I got immediately stuck.</div><div><br></div><div>I wrote a very simple module (e.g., a module defining one single function), then I executed the following sequence of actions:</div>

<div><br></div><div>* put the content of the module in a single string</div><div>* tokenize it using erl_scan</div><div>* parse it using the module generated by yecc</div><div><br></div><div>If I follow this sequence of actions, I get the following error:</div>

<div><br></div><div>{error,{2,erl_grammar,["syntax error before: ","'-'"]}}</div><div><br></div><div>I think it gets stuck in the "export" definition, because if my module contains only the "module" definition, I get no errors.</div>

<div><br></div><div>Any idea?<br clear="all"><div><br></div>-- <br>Sivieri Alessandro<br><a href="mailto:alessandro.sivieri@gmail.com" target="_blank">alessandro.sivieri@gmail.com</a><br><a href="http://sivieri.wordpress.com/" target="_blank">http://sivieri.wordpress.com/</a><br>


</div></div>