It seems to be fixed in R12B. At least I can find nothing in the code which would generate such an output. Generally I found when working with LFE that some of the Core erlang support modules weren't really up to date. This is not that strange as they not really used by the compiler, I added them more for fun as an added feature.<br>
<br>Robert<br><br><div class="gmail_quote">2008/5/11 Henrique Ferreiro García <<a href="mailto:hferreiro@udc.es">hferreiro@udc.es</a>>:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
R11B. Do you know in which one was it fixed?<br>
<br>
O Dom, 11-05-2008 ás 22:42 +0200, Richard Carlsson escribiu:<br>
<div class="Ih2E3d">> Henrique Ferreiro García wrote:<br>
> > I have a problem when compiling from Core:<br>
> ><br>
> > $ erlc +to_core list.erl<br>
> > $ erlc +from_core list.core<br>
> > ./list.core:21: syntax error before: LITERAL<br>
> ><br>
> > Looking at the Core Erlang language specification, there doesn't seem to<br>
> > exist such a construction.<br>
> ><br>
> > Can anyone explain what is happening here?<br>
><br>
> Looks like a minor prettyprinter bug. (It thinks that it has found<br>
> something weird in the abstract syntax tree, and marks it up in a<br>
> funny way to make it more visible, but that makes the code impossible<br>
> to parse back. But the syntax tree was actually correct.)<br>
><br>
> However, I think that has been fixed in recent releases. What version<br>
> of Erlang/OTP are you using?<br>
><br>
>      /Richard<br>
><br>
--<br>
</div><div><div></div><div class="Wj3C7c">Henrique Ferreiro García <<a href="mailto:hferreiro@udc.es">hferreiro@udc.es</a>><br>
</div></div><br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br></blockquote></div><br>