v0.1.0
joaovitorsilvestre
released this
20 May 21:08
·
174 commits
to master
since this release
Elixir: 1.9.4 (Compiled with Erlang 22)
Erlang: 22
Decoupled fython from elixir
To use elixir module in Fython now is required to use Elixir. prefix.
This allows Fython to have it's own modules called Map, List, etc, without conflict with elixir's.
Now the compilation must be called in a erlang shell instead of elixir's iex.
Open a erlang shell and write the following commands to compile the compiler:
application:start(compiler).
application:start(elixir).
'Fcore.Generator.Compiler':compile_project("/home/joao/fython/src")