Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Add Core Erlang support. #161

Commits on Nov 4, 2013

  1. Add Core Erlang support.

    Support the compilation of .core files in the directory for applications
    which use source code authored directly in Core Erlang.
    
    Conflicts:
    	src/rebar_erlc_compiler.erl
    cmeiklejohn committed Nov 4, 2013
    Copy the full SHA
    22f8b83 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2013

  1. Don't subdirectory beams.

    In the case of a beam called Coq.Arith.EqNat, which will be called
    directly in the Core Erlang like call 'Coq.Arith.EqNat':'beq_nat', don't
    put into a subdirectory or the emulator will not be able to find it.
    cmeiklejohn committed Nov 5, 2013
    Copy the full SHA
    9304b45 View commit details
    Browse the repository at this point in the history