- 授权协议: MIT
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://github.com/jayfor-lang/jayfor
- 软件文档: https://github.com/jayfor-lang/jayfor
软件介绍
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
