Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

LuoguLang Interpreter 2.0.0

Latest
Compare
Choose a tag to compare
@Rratic Rratic released this 11 Apr 01:40

原功能+扩展+命令行参数 已全部完成
求star qwq

说明见此

更新日志:

  1. 重构几乎所有代码,进行一定的优化,完善了异常处理机制,修复数十个bug
  2. 删改了文档,使读者更易理解
  3. 增加了功能:扩展 命令行参数

P.S.

  1. 可能存在少量bug,欢迎issue
  2. src/core.cpp 中的case 25似乎可以优化,欢迎pull request
  3. 如果Makefile用不了,试试指令g++ -std=c++11 main.cpp work.cpp core.cpp order.cpp lgstack.cpp tools.cpp -o ../luogu++.exe