X0-Compiler

Build

make
./compiler

GUI

  • GTK+ 2.0
  • Reference: link
// macOS 安装 gtk+
xcode-select --install
brew install gtk+
// 安装成功后, 需要包含头文件
#include <gtk/gtk.h>

// 同时编译时需要链接, 详见 Makefile

image-20211212215419625