Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 702 Bytes

File metadata and controls

31 lines (18 loc) · 702 Bytes

To Core MIT License

This program takes a BEAM Bytecode (.beam) file as an argument, and outputs on stdout its Core Erlang representation

Installation

$ MIX_ENV=prod mix escript.build
$ cp to_core ~/.local/bin # OR mix escript.install --force

Usage

$ to_core "_build/to/ebin/foo.beam"

Thanks again to Bryan Joseph (@bryanjos) :)