Skip to content

olafura/beam_to_ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeamToEx

[WIP] This a command line tool that takes a beam or erl file and converts it into elixir code. There are a lot of codes to be mapped but it works with basic examples.

This uses beam_to_ex_ast

Installation

mix deps.get

mix escript.build

Then you have new command to play with:

./beam_to_ex --beam beam_file.beam

./beam_to_ex --erl erlang_file.erl

Just for testing

If you just want to test it out try this:

mix run run.exs --beam beam_file.beam

mix run run.exs --erl erlang_file.erl

About

BEAM to Elixir code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published