Skip to content

An Erlang translator with code security check written in Erlang.

Notifications You must be signed in to change notification settings

holybao/hberl-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

An Erlang translator wirh code security check written in Erlang

Exported functions:

  • hberl_compiler:compile(File)
  • hberl_compiler:compile(File, Options)
  • hberl_compiler:compile2file(SourceFile,DestFile)
  • hberl_compiler:compile2file(SourceFile,DestFile, Options)
  • hberl_compiler:compile2forms(File)

Ex. hberl_compiler:compile2files("test/src.erl","test/dest.erl",[{module,"dest"}]).

About

An Erlang translator with code security check written in Erlang.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages