NULL
博文链接:https://shixm.iteye.com/blog/381884abstract
Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple
but effective approach to ohject-oriented programming. Python's elegant syntax a
计算器
该项目是有关编程语言(尤其是Lexer,Parsers和AST)的一项小型工作。 该代码库实现了一个非常简单的计算器,该计算器分为3个步骤。
标记化数学表达式。
根据令牌构建 。
执行AST中描述的计算。
安装
要在您的环境中安装计算器,只需运行:
# From the folder containing the README and the setup.py
pip3 install .
用法
计算器提供了CLI前端。 有两种模式可用:
# For the REPL,
cal