摘要:
符号表是词法分析阶段最重要的基本原则。 // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can b 阅读全文
posted @ 2022-05-01 12:29
jiftle
阅读(448)
评论(0)
推荐(0)
摘要:
跳转语句设计 使用C语言的实现逻辑: if (expr) then {L1} else {L2} expr 结果为 0, 1, -1 0, zf=1 1, zf=0 阅读全文
posted @ 2022-05-01 12:28
jiftle
阅读(59)
评论(0)
推荐(0)