程序名称:Jayfor
授权协议: MIT
操作系统: 跨平台
开发语言: C/C++
Jayfor 是一个用 C 编写的编程语言,使用 LLVM 后端,目的:
速度 Speed
简单 Simplicity
简洁 Clean
构建方法:
# clone the repository git clone https://github.com/Jayfor-lang/Jayfor.git # cd into the repository cd Jayfor # build make # run a program ./j4 tests/simple.j4
https://github.com/jayfor-lang/jayfor