eirproject / eir

Erlang ecosystem common IR
Apache License 2.0
250 stars 8 forks source link

CFG preview tool for browser #7

Open hansihe opened 5 years ago

hansihe commented 5 years ago

In order to gain interest in the project, its really important that people can very quickly start tinkering with something interesting.

A good way to do that would be to implement a browser tool, possibly similar to godbolt, where the user can enter their elixir/erlang/core erlang code on the left, and see a graph/textual representation of EIR on the right.

Compiling EIR itself to webassembly won't be much of an issue, but in order to be able to easily enter elixir or erlang directly, I think we need to have a backend of some sort.