Skip to content

Commit 8a3ef57

Browse files
authored
Update readme.md
1 parent 54b9204 commit 8a3ef57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
本教程预计分为 9 个单元,第 1-8 个单元附带练习和解答。
4040

41-
1. [启程](tutorial01/tutorial01.md):编译环境、JSON 简介、测试驱动、解析器主要函数及各数据结构。练习 JSON 布尔类型的解析。
41+
1. [启程](tutorial01/tutorial01.md)(2016/9/15 完成):编译环境、JSON 简介、测试驱动、解析器主要函数及各数据结构。练习 JSON 布尔类型的解析。
4242
2. 解析数字:JSON number 的语法。练习 JSON number 类型的校验。
4343
3. 解析字符串:使用 union 存储 variant、自动扩展的堆栈、JSON string 的语法、valgrind。练习最基本的 JSON string 类型的解析、内存释放。
4444
4. Unicode:Unicode 和 UTF-8 的基本知识、JSON string 的 unicode 处理。练习完成 JSON string 类型的解析。

0 commit comments

Comments
 (0)