amtal
amtal
Awesome :)
I don't think this sees heavy use in production or what have you. Just one-off tools and experiments. I took over maintenance at one point to fix a bug, plus...
Looks like `Var` variable names are just type-aliased strings without annotations. As a result `((_cor0 -| ['compiler_generated']))`, valid in the spec, isn't handled by the parser or final representation. This...
A new language targeting CoreErlang + BEAM! Cool! It looks like the PDF specification is very out of date. The main low-level specification is now [core_parse.yrl](https://github.com/erlang/otp/blob/master/lib/compiler/src/core_parse.yrl#L60) and [cerl.erl](http://erlang.org/doc/man/cerl.html) for high-level....