《CPython Internals》阅读笔记:p96-p96

《CPython Internals》学习第 6 天,p96-p96 总结,总计 1 页。

一、技术总结

1.parser-tokenizer

p92, Creating a concrete syntax tree using a parser-tokenizer, or lexer.

p96, CPython has a parser-tokenizer module, written in C.

当做这在 92 页提到 parser-tokenizer 的时候我没在意,也不知道这个词项表达什么意思。然后其在 96 页的时候以及后面又提到了,先Mark一下。

二、英语总结(生词:0)

无。

关于英语的注解同步更新汇总到 https://github.com/codists/English-In-CS-Books 仓库。

三、其它

今天没有什么想说的,被作者的写的东西气die。

四、参考资料

1. 编程

(1) Anthony Shaw,《CPython Internals》:https://book.douban.com/subject/35405785/

2. 英语

(1) Etymology Dictionary:https://www.etymonline.com

(2) Cambridge Dictionary:https://dictionary.cambridge.org
《CPython Internals》阅读笔记:p96-p96_第1张图片

欢迎搜索及关注:编程人(a_codists)

你可能感兴趣的:(python)