zeam-vm / pelemay

Pelemay is a native compiler for Elixir, which generates SIMD instructions. It has a plan to generate for GPU code.
Apache License 2.0
186 stars 13 forks source link

Converter and formatter of C and ZEAM IR #71

Open zacky1972 opened 5 years ago

zacky1972 commented 5 years ago

The name of the module is Pelemay.Zeam The branch is zacky1972_issue_71

zacky1972 commented 4 years ago
%{
  include: ["stdbool.h": :system, "erl_nif.h": :system, "tmp.h": :local]
}

is corresponding to :

#include<stdbool.h>
#include<erl_nif.h>
#include"tmp.h"