<div dir="ltr">First off, nice work on the maps implementation!  It seems to work just fine for my map branch of yamler, but the unit tests do not.  The issue is with file:consult...<br><div><br>$ cat map.txt<br>#{abc => 123}.<br>
<br>$ erl<br>Erlang R17A (erts-5.11) [source-19e388e] [64-bit] [smp:3:3] [async-threads:10] [hipe] [kernel-poll:false]<br><br>Eshell V5.11  (abort with ^G)<br>1> file:consult("map.txt").<br>{error,{1,erl_parse,"bad term"}}<br>
2> <br><br><br></div><div>Cheers,<br>Dan.<br></div></div>