会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
2021changqing52
博客园
首页
新随笔
联系
订阅
管理
2023年7月22日
Lut语言
摘要: Lut语言与Lit语言差不多,将Lit语言的后缀表达式换成普通的中缀表达式,但删去了有关数组的内容。 ### 解释器: ```cpp #include #define pt st.top();st.pop() using namespace std; mapmp,lab; namespace exp
阅读全文
posted @ 2023-07-22 16:13 夏一锐
阅读(10)
评论(0)
推荐(0)
编辑
【Lut语言(1)】词法分析器
摘要: 先为我的Lut语言写个词法分析器再说吧。 ```cpp #include using namespace std; string word[11]={"","int","char","double","goto","if","print","scan","eq","daf"}; string s,t
阅读全文
posted @ 2023-07-22 15:09 夏一锐
阅读(9)
评论(0)
推荐(0)
编辑
公告