EhLib 9.1.024 源码版本,自行编译 EhLib 9.1 Build 9.1.024 Professional Edition. ---------------------------------------------- The Library contains components and classes for Borland Delphi versions 7, 9, Developer Studio 2006, Delphi 2007, Embarcadero RAD St
计算器
该项目是有关编程语言(尤其是Lexer,Parsers和AST)的一项小型工作。 该代码库实现了一个非常简单的计算器,该计算器分为3个步骤。
标记化数学表达式。
根据令牌构建 。
执行AST中描述的计算。
安装
要在您的环境中安装计算器,只需运行:
# From the folder containing the README and the setup.py
pip3 install .
用法
计算器提供了CLI前端。 有两种模式可用:
# For the REPL,
cal
欢迎来探 :memo: :honeybee:
一个使用adonisJs进行后端处理并使用ReactJs进行前端处理的管理项目
安装
cd server && yarn install
cd client && yarn install
启动服务器
cd server
# setup `.env` file based on `.env.example`, you need to create an account on smtp server provider, like mailtrap