executor v0.0.3 Executor
This module is responsible for routing code to the appropriate language module
Summary
Functions
Returns module for language if one exists, error otherwise
Returns result map for given language and code
Functions
Returns module for language if one exists, error otherwise
iex> module_for(“ruby”)
iex> module_for(“java”)