看板 CompilerDev 關於我們 聯絡資訊
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
descent: 感謝分享 10/30 23:53