[分享] ICI programming language

看板CompilerDev作者 (影斯作業系統)時間3年前 (2020/10/30 02:01), 編輯推噓1(100)
留言1則, 1人參與, 3年前最新討論串1/1
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://www.ptt.cc/bbs/CompilerDev/M.1603994473.A.630.html

10/30 23:53, 3年前 , 1F
感謝分享
10/30 23:53, 1F
文章代碼(AID): #1VcmDfOm (CompilerDev)