[erlang-bugs] Parser bug: if missing ", " in list between records, the first is ignored, and no parser warnings are given.
PAILLEAU Eric
eric.pailleau@REDACTED
Sun Nov 16 21:45:43 CET 2014
Le 16/11/2014 21:32, PAILLEAU Eric a écrit :
>
> 3> #test{a=5}{test, 7,6}.
> * 2: syntax error before: '{'
but :
2> ({test, 7,6})#test{a=5}.
#test{a = 5,b = 6}
!!!
More information about the erlang-bugs
mailing list