Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tchoutri/to_core
This escript takes a path to a .beam file as an argument and outputs its Core Erlang representation
https://github.com/tchoutri/to_core
core-erlang elixir-lang erlang
Last synced: 5 days ago
JSON representation
This escript takes a path to a .beam file as an argument and outputs its Core Erlang representation
- Host: GitHub
- URL: https://github.com/tchoutri/to_core
- Owner: tchoutri
- License: mit
- Created: 2017-02-13T23:04:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T09:57:14.000Z (almost 8 years ago)
- Last Synced: 2024-11-05T18:54:28.072Z (about 2 months ago)
- Topics: core-erlang, elixir-lang, erlang
- Language: Elixir
- Size: 2.59 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=================
To Core |license|
=================This program takes a BEAM Bytecode (``.beam``) file as an argument, and outputs on ``stdout`` its `Core Erlang`_ representation
Installation
------------.. code:: Shell
$ MIX_ENV=prod mix escript.build
$ cp to_core ~/.local/bin # OR mix escript.install --forceUsage
-----.. code:: Shell
$ to_core "_build/to/ebin/foo.beam"
Thanks again to Bryan Joseph (@bryanjos) :)
.. |license| image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://opensource.org/licenses/MIT
:alt: MIT License.. _`Core Erlang` : https://www.it.uu.se/research/group/hipe/cerl/doc/core_erlang-1.0.3.pdf