作者enthos (影斯作业系统)
看板CompilerDev
标题[分享] ICI programming language
时间Fri Oct 30 02:01:06 2020
ICI 是一套使用 C 语法的直译式语言。(Public domain)
它不使用 yacc/lex 来实作,程式码也很乾净,适合学生学习。
https://github.com/ici-language
https://github.com/ici-language/ici
ICI is a general purpose interpretive programming language that has dynamic typing
and flexible data types with the flow control constructs and operators of C.
https://github.com/ici-language/ici/blob/master/compile.c
https://github.com/ici-language/ici/blob/master/parse.c
https://github.com/atrn/ici
Modified version of Tim Long's ICI programming language
(C++ version.)
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 114.45.139.241 (台湾)
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/CompilerDev/M.1603994473.A.630.html
1F:推 descent: 感谢分享 10/30 23:53