这个语法真是一般,不如我直接用 python 语法来设计的这一套:
https://github.com/hgoldfish/aggie/blob/master/test1.gf
我之前写的原型是使用 llvm 直接编译成 exe.
后来想想,还是应该编译成 .c 源代码方便布署。因为 llvm 那一套是用 cpp 写的,布署麻烦。
【 在 eGust 的大作中提到: 】
:
https://github.com/hsutter/cppfront: Herb Sutter 亲自操刀:
: Cppfront is a personal experimental compiler from an experimental C++ 'syntax 2' to today's 'syntax 1,' to learn some things, prove out some concepts, and share some ideas.
: ...................
--
修改:hgoldfish FROM 120.33.8.*
FROM 120.33.8.*