Curated list of resources related to the development of game engines (tools that improve and speed up game creation). Specifically toward the development of high-level, fully featured game engines ...
手写 JSON 解析器:词法分析 + 抽象语法树,学习解析原理。 使用 Tokenizer 与 AST 实现的 JSON 解析器,功能接近 cJSON,但实现方式不同。 从词法分析到 AST:一个偏学习向的 JSON 解析器实现。 - echolikeEatDurian/xcjson ...