運行方法:
1.打開命令行提示符
2.cd ESEngine.exe所在路徑
3.ESEngine xxx.txt
1.Samples文件夾下有幾個例子
2.函數目前只寫了
"function" "{Symbol}" "{LQ}" "{RQ}" stmt_list "end" "function"
"function" "{Symbol}" "{LQ}" "{RQ}" "end" "function"
"function" "{Symbol}" "{LQ}" paramter_list "{RQ}" "as" var_type stmt_list "end" "function"
這三類,所以對于
function mn(integer s)
stmts
end function
在生成語法樹時會產生錯誤
ESEngine_Demo1_0.rar
posted on 2011-01-28 21:03
lwch 閱讀(1229)
評論(0) 編輯 收藏 引用 所屬分類:
QLanguage