Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为*PYTHON *语言创建一个语法分析器。有谁知道python中STRINGS的词法规则和语法?提前致谢。
我认为你的意思是字符串文字?语法在这里定义。ast但实际上,当 python模块已经做了你想要的(为 python 提供了词法分析器)时,你不应该费心重新发明轮子。
ast