Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-24 | compiler: Fix v3_core Maps pretty printing | Björn-Egil Dahlberg | |
Key and value were interchanged. | |||
2014-04-03 | compiler: Fix compiling map keys in patterns from core | Björn-Egil Dahlberg | |
2014-03-17 | compiler: Change #c_map{var} to #c_map{arg} | Björn-Egil Dahlberg | |
Not only variables are allowed as arguments, the name should reflect that. Change cerl Map argument interface * cerl:map_arg/1 is more suitable then cerl:map_val/1 in this case. | |||
2014-03-17 | compiler: Change Maps Core Format | Björn-Egil Dahlberg | |
Ex. Instead of: M~{~<K,V>}~ The format is now: ~{~<K,V>|M}~ This also removes a shift/reduce warning. The changes in core_pp now requires compiler-5.0 to compile because of is_map/1 guard, i.e. a need for a compiler with Maps know-how. | |||
2014-01-29 | compiler: Squash #c_map_pair_*{} to #c_map_pair{} | Björn-Egil Dahlberg | |
Simplify compiler internals and parsing of core format. | |||
2014-01-28 | Extend representation for maps in Core Erlang | Björn-Egil Dahlberg | |
2014-01-28 | Introduce a representation for maps in Core Erlang | Björn Gustavsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |