写点什么

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

作者:codists
  • 2025-01-11
    广东
  • 本文字数:381 字

    阅读完需:约 1 分钟

《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


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

发布于: 刚刚阅读数: 5
用户头像

codists

关注

公众号:编程人 2021-01-14 加入

Life is short, You need Python

评论

发布
暂无评论
《CPython Internals》阅读笔记:p96-p96_CPython_codists_InfoQ写作社区