[erlang-questions] Generate .core files for all .erl files in OTP

Gleb Peregud gleber.p@REDACTED
Wed Jul 23 06:52:24 CEST 2014


Hey

I am toying with my Erlang interpreter and I am trying to make it more
compatible with OTP. The best way I know would be to actually run OTP
test suite using my interpreter, but my interpreter works on Core
Erlang instead of BEAM bytecode or plain Erlang source code.

Hence I need to compile all of OTP to produce Core Erlang for each
.erl file. Any ideas how to do it nicely?

Cheers,
Gleb



More information about the erlang-questions mailing list