aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/core_lib.erl
AgeCommit message (Collapse)Author
2014-01-28compiler: Implement support for exact Op in MapsBjörn-Egil Dahlberg
The syntax is handled upto v3_kernel where it is reduced to previous behaviour for construction and updates. Meaning, the ':=' operator is handled exactly as '=>' operator.
2014-01-28Implement support for maps in the compilerBjörn Gustavsson
To make it possible to build the entire OTP system, also define dummys for the instructions in ops.tab.
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP