mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
* add support for erlang to beam bytecode * changed call by 'this' to overridden functions * Update base-compiler.js Co-authored-by: Patrick Quist <partouf@gmail.com>
21 lines
407 B
Properties
21 lines
407 B
Properties
# Default settings for Erlang
|
|
compilers=&erlang
|
|
compilerType=erlang
|
|
versionFlag=
|
|
objdumper=
|
|
instructionSet=beam
|
|
|
|
group.erlang.compilers=erlcdefault
|
|
compiler.erlcdefault.exe=/usr/bin/erl
|
|
compiler.erlcdefault.runtime=/usr/bin/erl
|
|
compiler.erlcdefault.name=erl default
|
|
|
|
defaultCompiler=erlcdefault
|
|
demangler=
|
|
postProcess=
|
|
options=-S
|
|
supportsBinary=false
|
|
needsMulti=false
|
|
supportsExecute=false
|
|
interpreted=true
|