v0.1.2
joaovitorsilvestre
released this
23 May 20:10
·
164 commits
to master
since this release
Created a script to do the bootstrap.
Added a new function to compile only one module. It make possible a bootstrap without any module being redefined . It was necessary because elixir evaluates the compiled code.
To compile a module
application:start(compiler).
application:start(elixir).
'Fython.Core.Generator.Compiler':compile_project("/home/joao/fython/src").